|
librsb 1.3.0.2
|
triangular solve: b <- alpha A^-1 b More...
Public Member Functions | |
| subroutine | sussv (transt, alpha, t, x, incx, istat) |
Triangular solve, by a dense vector. Either of transT. | |
| subroutine | dussv (transt, alpha, t, x, incx, istat) |
Triangular solve, by a dense vector. Either of transT. | |
| subroutine | cussv (transt, alpha, t, x, incx, istat) |
Triangular solve, by a dense vector. Either of transT. | |
| subroutine | zussv (transt, alpha, t, x, incx, istat) |
Triangular solve, by a dense vector. Either of transT. | |
triangular solve: b <- alpha A^-1 b
| istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
| subroutine blas_sparse::ussv::cussv | ( | integer | transt, |
| complex(kind(1.e0)) | alpha, | ||
| integer | t, | ||
| complex(kind(1.e0)), dimension (:) | x, | ||
| integer(kind=rsb_blas_idx_kind) | incx, | ||
| integer(kind=rsb_blas_ist_kind), intent(out) | istat | ||
| ) |
Triangular solve, by a dense vector. Either of 


transT.
| transT | Transposition operator for matrix T. |
| alpha | Value for |
| T | A valid triangular matrix handle. |
| x | Dense vector x. |
| incx | Stride of x. |
| istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
| subroutine blas_sparse::ussv::dussv | ( | integer | transt, |
| real(kind(1.d0)) | alpha, | ||
| integer | t, | ||
| real(kind(1.d0)), dimension (:) | x, | ||
| integer(kind=rsb_blas_idx_kind) | incx, | ||
| integer(kind=rsb_blas_ist_kind), intent(out) | istat | ||
| ) |
Triangular solve, by a dense vector. Either of 


transT.
| transT | Transposition operator for matrix T. |
| alpha | Value for |
| T | A valid triangular matrix handle. |
| x | Dense vector x. |
| incx | Stride of x. |
| istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
| subroutine blas_sparse::ussv::sussv | ( | integer | transt, |
| real(kind(1.e0)) | alpha, | ||
| integer | t, | ||
| real(kind(1.e0)), dimension (:) | x, | ||
| integer(kind=rsb_blas_idx_kind) | incx, | ||
| integer(kind=rsb_blas_ist_kind), intent(out) | istat | ||
| ) |
Triangular solve, by a dense vector. Either of 


transT.
| transT | Transposition operator for matrix T. |
| alpha | Value for |
| T | A valid triangular matrix handle. |
| x | Dense vector x. |
| incx | Stride of x. |
| istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |
| subroutine blas_sparse::ussv::zussv | ( | integer | transt, |
| complex(kind(1.d0)) | alpha, | ||
| integer | t, | ||
| complex(kind(1.d0)), dimension (:) | x, | ||
| integer(kind=rsb_blas_idx_kind) | incx, | ||
| integer(kind=rsb_blas_ist_kind), intent(out) | istat | ||
| ) |
Triangular solve, by a dense vector. Either of 


transT.
| transT | Transposition operator for matrix T. |
| alpha | Value for |
| T | A valid triangular matrix handle. |
| x | Dense vector x. |
| incx | Stride of x. |
| istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure). |