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 . More...
|
|
subroutine | dussv (transT, alpha, T, x, incx, istat) |
| Triangular solve, by a dense vector. Either of , depending on the value of transT . More...
|
|
subroutine | cussv (transT, alpha, T, x, incx, istat) |
| Triangular solve, by a dense vector. Either of , depending on the value of transT . More...
|
|
subroutine | zussv (transT, alpha, T, x, incx, istat) |
| Triangular solve, by a dense vector. Either of , depending on the value of transT . More...
|
|
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 |
incx, |
|
|
integer, 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 |
incx, |
|
|
integer, 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 |
incx, |
|
|
integer, 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 |
incx, |
|
|
integer, intent(out) |
istat |
|
) |
| |
The documentation for this interface was generated from the following file: