PBTRS: solves a system of linear equations A*X = B with a Hermitian positive definite band matrix A using the Cholesky factorization A = U**H*U or A = L*L**H computed by CPBTRF.
More...
|
| pure subroutine | cpbtrs (uplo, n, kd, nrhs, ab, ldab, b, ldb, info) |
| |
| | la_cpbtrs |
| |
| pure subroutine | dpbtrs (uplo, n, kd, nrhs, ab, ldab, b, ldb, info) |
| |
| | la_dpbtrs |
| |
| | la_qpbtrs |
| |
| pure subroutine | spbtrs (uplo, n, kd, nrhs, ab, ldab, b, ldb, info) |
| |
| | la_spbtrs |
| |
| | la_wpbtrs |
| |
| pure subroutine | zpbtrs (uplo, n, kd, nrhs, ab, ldab, b, ldb, info) |
| |
| | la_zpbtrs |
| |
PBTRS: solves a system of linear equations A*X = B with a Hermitian positive definite band matrix A using the Cholesky factorization A = U**H*U or A = L*L**H computed by CPBTRF.
◆ cpbtrs()
| pure subroutine la_lapack::pbtrs::cpbtrs |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | kd, |
|
|
integer(ilp), intent(in) | nrhs, |
|
|
complex(sp), dimension(ldab,*), intent(in) | ab, |
|
|
integer(ilp), intent(in) | ldab, |
|
|
complex(sp), dimension(ldb,*), intent(inout) | b, |
|
|
integer(ilp), intent(in) | ldb, |
|
|
integer(ilp), intent(out) | info ) |
◆ dpbtrs()
| pure subroutine la_lapack::pbtrs::dpbtrs |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | kd, |
|
|
integer(ilp), intent(in) | nrhs, |
|
|
real(dp), dimension(ldab,*), intent(in) | ab, |
|
|
integer(ilp), intent(in) | ldab, |
|
|
real(dp), dimension(ldb,*), intent(inout) | b, |
|
|
integer(ilp), intent(in) | ldb, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_cpbtrs()
| la_lapack::pbtrs::la_cpbtrs |
◆ la_dpbtrs()
| la_lapack::pbtrs::la_dpbtrs |
◆ la_qpbtrs()
| la_lapack::pbtrs::la_qpbtrs |
◆ la_spbtrs()
| la_lapack::pbtrs::la_spbtrs |
◆ la_wpbtrs()
| la_lapack::pbtrs::la_wpbtrs |
◆ la_zpbtrs()
| la_lapack::pbtrs::la_zpbtrs |
◆ spbtrs()
| pure subroutine la_lapack::pbtrs::spbtrs |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | kd, |
|
|
integer(ilp), intent(in) | nrhs, |
|
|
real(sp), dimension(ldab,*), intent(in) | ab, |
|
|
integer(ilp), intent(in) | ldab, |
|
|
real(sp), dimension(ldb,*), intent(inout) | b, |
|
|
integer(ilp), intent(in) | ldb, |
|
|
integer(ilp), intent(out) | info ) |
◆ zpbtrs()
| pure subroutine la_lapack::pbtrs::zpbtrs |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | kd, |
|
|
integer(ilp), intent(in) | nrhs, |
|
|
complex(dp), dimension(ldab,*), intent(in) | ab, |
|
|
integer(ilp), intent(in) | ldab, |
|
|
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: