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

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

Public Member Functions

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
 

Detailed Description

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.

Member Function/Subroutine Documentation

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

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

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