Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::hptri Interface Reference

HPTRI: computes the inverse of a complex Hermitian indefinite matrix A in packed storage using the factorization A = U*D*U**H or A = L*D*L**H computed by CHPTRF. More...

Public Member Functions

pure subroutine chptri (uplo, n, ap, ipiv, work, info)
 
 la_chptri
 
 la_whptri
 
pure subroutine zhptri (uplo, n, ap, ipiv, work, info)
 
 la_zhptri
 

Detailed Description

HPTRI: computes the inverse of a complex Hermitian indefinite matrix A in packed storage using the factorization A = U*D*U**H or A = L*D*L**H computed by CHPTRF.

Member Function/Subroutine Documentation

◆ chptri()

pure subroutine la_lapack::hptri::chptri ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(*), intent(inout) ap,
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_chptri()

la_lapack::hptri::la_chptri

◆ la_whptri()

la_lapack::hptri::la_whptri

◆ la_zhptri()

la_lapack::hptri::la_zhptri

◆ zhptri()

pure subroutine la_lapack::hptri::zhptri ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(*), intent(inout) ap,
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: