HETRI_ROOK: 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_ROOK.
More...
|
pure subroutine | chetri_rook (uplo, n, a, lda, ipiv, work, info) |
|
| la_chetri_rook |
|
| la_whetri_rook |
|
pure subroutine | zhetri_rook (uplo, n, a, lda, ipiv, work, info) |
|
| la_zhetri_rook |
|
HETRI_ROOK: 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_ROOK.
◆ chetri_rook()
pure subroutine la_lapack::hetri_rook::chetri_rook |
( |
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_rook()
la_lapack::hetri_rook::la_chetri_rook |
◆ la_whetri_rook()
la_lapack::hetri_rook::la_whetri_rook |
◆ la_zhetri_rook()
la_lapack::hetri_rook::la_zhetri_rook |
◆ zhetri_rook()
pure subroutine la_lapack::hetri_rook::zhetri_rook |
( |
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: