TPSV: solves one of the systems of equations A*x = b, or A**T*x = b, or A**H*x = b, where b and x are n element vectors and A is an n by n unit, or non-unit, upper or lower triangular matrix, supplied in packed form. No test for singularity or near-singularity is included in this routine. Such tests must be performed before calling this routine.
More...
|
pure subroutine | ctpsv (uplo, trans, diag, n, ap, x, incx) |
|
| la_ctpsv |
|
pure subroutine | dtpsv (uplo, trans, diag, n, ap, x, incx) |
|
| la_dtpsv |
|
| la_qtpsv |
|
pure subroutine | stpsv (uplo, trans, diag, n, ap, x, incx) |
|
| la_stpsv |
|
| la_wtpsv |
|
pure subroutine | ztpsv (uplo, trans, diag, n, ap, x, incx) |
|
| la_ztpsv |
|
TPSV: solves one of the systems of equations A*x = b, or A**T*x = b, or A**H*x = b, where b and x are n element vectors and A is an n by n unit, or non-unit, upper or lower triangular matrix, supplied in packed form. No test for singularity or near-singularity is included in this routine. Such tests must be performed before calling this routine.
◆ ctpsv()
pure subroutine la_blas::tpsv::ctpsv |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(*), intent(in) |
ap, |
|
|
complex(sp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
◆ dtpsv()
pure subroutine la_blas::tpsv::dtpsv |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(in) |
ap, |
|
|
real(dp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
◆ la_ctpsv()
◆ la_dtpsv()
◆ la_qtpsv()
◆ la_stpsv()
◆ la_wtpsv()
◆ la_ztpsv()
◆ stpsv()
pure subroutine la_blas::tpsv::stpsv |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(in) |
ap, |
|
|
real(sp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
◆ ztpsv()
pure subroutine la_blas::tpsv::ztpsv |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(*), intent(in) |
ap, |
|
|
complex(dp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
The documentation for this interface was generated from the following file: