triangular solve: b <- alpha A^-1 b
More...
|
subroutine | sussv (transt, alpha, t, x, incx, istat) |
| Triangular solve, by a dense vector. Either of , depending on the value of transT .
|
|
subroutine | dussv (transt, alpha, t, x, incx, istat) |
| Triangular solve, by a dense vector. Either of , depending on the value of transT .
|
|
subroutine | cussv (transt, alpha, t, x, incx, istat) |
| Triangular solve, by a dense vector. Either of , depending on the value of transT .
|
|
subroutine | zussv (transt, alpha, t, x, incx, istat) |
| Triangular solve, by a dense vector. Either of , depending on the value of transT .
|
|
triangular solve: b <- alpha A^-1 b
- Parameters
-
istat | The return code will be written to istat (this is a Fortran routine): either 0 (success) or -1 (failure).
|
◆ cussv()
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 ) |
◆ dussv()
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 ) |
◆ sussv()
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 ) |
◆ zussv()
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 ) |
The documentation for this interface was generated from the following file: