HPTRS: solves a system of linear equations A*X = B with a complex Hermitian matrix A stored in packed format using the factorization A = U*D*U**H or A = L*D*L**H computed by CHPTRF.
More...
|
pure subroutine | chptrs (uplo, n, nrhs, ap, ipiv, b, ldb, info) |
|
| la_chptrs |
|
| la_whptrs |
|
pure subroutine | zhptrs (uplo, n, nrhs, ap, ipiv, b, ldb, info) |
|
| la_zhptrs |
|
HPTRS: solves a system of linear equations A*X = B with a complex Hermitian matrix A stored in packed format using the factorization A = U*D*U**H or A = L*D*L**H computed by CHPTRF.
◆ chptrs()
pure subroutine la_lapack::hptrs::chptrs |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
nrhs, |
|
|
complex(sp), dimension(*), intent(in) |
ap, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
complex(sp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_chptrs()
la_lapack::hptrs::la_chptrs |
◆ la_whptrs()
la_lapack::hptrs::la_whptrs |
◆ la_zhptrs()
la_lapack::hptrs::la_zhptrs |
◆ zhptrs()
pure subroutine la_lapack::hptrs::zhptrs |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
nrhs, |
|
|
complex(dp), dimension(*), intent(in) |
ap, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
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: