HETRI: computes the inverse of a complex Hermitian indefinite matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF.
More...
|
pure subroutine | chetri (uplo, n, a, lda, ipiv, work, info) |
|
| la_chetri |
|
| la_whetri |
|
pure subroutine | zhetri (uplo, n, a, lda, ipiv, work, info) |
|
| la_zhetri |
|
HETRI: computes the inverse of a complex Hermitian indefinite matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF.
◆ chetri()
pure subroutine la_lapack::hetri::chetri |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
complex(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_chetri()
la_lapack::hetri::la_chetri |
◆ la_whetri()
la_lapack::hetri::la_whetri |
◆ la_zhetri()
la_lapack::hetri::la_zhetri |
◆ zhetri()
pure subroutine la_lapack::hetri::zhetri |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
complex(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: