HETRS: solves a system of linear equations A*X = B with a complex Hermitian matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF.
More...
|
pure subroutine | chetrs (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
|
| la_chetrs |
|
| la_whetrs |
|
pure subroutine | zhetrs (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
|
| la_zhetrs |
|
HETRS: solves a system of linear equations A*X = B with a complex Hermitian matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF.
◆ chetrs()
pure subroutine la_lapack::hetrs::chetrs |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | nrhs, |
|
|
complex(sp), dimension(lda,*), intent(in) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
integer(ilp), dimension(*), intent(in) | ipiv, |
|
|
complex(sp), dimension(ldb,*), intent(inout) | b, |
|
|
integer(ilp), intent(in) | ldb, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_chetrs()
la_lapack::hetrs::la_chetrs |
◆ la_whetrs()
la_lapack::hetrs::la_whetrs |
◆ la_zhetrs()
la_lapack::hetrs::la_zhetrs |
◆ zhetrs()
pure subroutine la_lapack::hetrs::zhetrs |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | nrhs, |
|
|
complex(dp), dimension(lda,*), intent(in) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
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: