TPTRS: solves a triangular system of the form A * X = B, A**T * X = B, or A**H * X = B, where A is a triangular matrix of order N stored in packed format, and B is an N-by-NRHS matrix. A check is made to verify that A is nonsingular.
More...
|
pure subroutine | ctptrs (uplo, trans, diag, n, nrhs, ap, b, ldb, info) |
|
| la_ctptrs |
|
pure subroutine | dtptrs (uplo, trans, diag, n, nrhs, ap, b, ldb, info) |
|
| la_dtptrs |
|
| la_qtptrs |
|
pure subroutine | stptrs (uplo, trans, diag, n, nrhs, ap, b, ldb, info) |
|
| la_stptrs |
|
| la_wtptrs |
|
pure subroutine | ztptrs (uplo, trans, diag, n, nrhs, ap, b, ldb, info) |
|
| la_ztptrs |
|
TPTRS: solves a triangular system of the form A * X = B, A**T * X = B, or A**H * X = B, where A is a triangular matrix of order N stored in packed format, and B is an N-by-NRHS matrix. A check is made to verify that A is nonsingular.
◆ ctptrs()
pure subroutine la_lapack::tptrs::ctptrs |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
nrhs, |
|
|
complex(sp), dimension(*), intent(in) |
ap, |
|
|
complex(sp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dtptrs()
pure subroutine la_lapack::tptrs::dtptrs |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
nrhs, |
|
|
real(dp), dimension(*), intent(in) |
ap, |
|
|
real(dp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_ctptrs()
la_lapack::tptrs::la_ctptrs |
◆ la_dtptrs()
la_lapack::tptrs::la_dtptrs |
◆ la_qtptrs()
la_lapack::tptrs::la_qtptrs |
◆ la_stptrs()
la_lapack::tptrs::la_stptrs |
◆ la_wtptrs()
la_lapack::tptrs::la_wtptrs |
◆ la_ztptrs()
la_lapack::tptrs::la_ztptrs |
◆ stptrs()
pure subroutine la_lapack::tptrs::stptrs |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
nrhs, |
|
|
real(sp), dimension(*), intent(in) |
ap, |
|
|
real(sp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ ztptrs()
pure subroutine la_lapack::tptrs::ztptrs |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
nrhs, |
|
|
complex(dp), dimension(*), intent(in) |
ap, |
|
|
complex(dp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: