fortran-lapack
Loading...
Searching...
No Matches
la_lapack::hetri Interface Reference

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...

Public Member Functions

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
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ 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 
)
Here is the call graph for this function:

◆ 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 
)
Here is the call graph for this function:

The documentation for this interface was generated from the following file: