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

HPTRS: solves a system of linear equations A*X = B with a complex Hermitian matrix A stored in packed format using the factorization A = U*D*U**H or A = L*D*L**H computed by CHPTRF. More...

Public Member Functions

pure subroutine chptrs (uplo, n, nrhs, ap, ipiv, b, ldb, info)
 
 la_chptrs
 
 la_whptrs
 
pure subroutine zhptrs (uplo, n, nrhs, ap, ipiv, b, ldb, info)
 
 la_zhptrs
 

Detailed Description

HPTRS: solves a system of linear equations A*X = B with a complex Hermitian matrix A stored in packed format using the factorization A = U*D*U**H or A = L*D*L**H computed by CHPTRF.

Member Function/Subroutine Documentation

◆ chptrs()

pure subroutine la_lapack::hptrs::chptrs ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  nrhs,
complex(sp), dimension(*), intent(in)  ap,
integer(ilp), dimension(*), intent(in)  ipiv,
complex(sp), dimension(ldb,*), intent(inout)  b,
integer(ilp), intent(in)  ldb,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

◆ la_chptrs()

la_lapack::hptrs::la_chptrs

◆ la_whptrs()

la_lapack::hptrs::la_whptrs

◆ la_zhptrs()

la_lapack::hptrs::la_zhptrs

◆ zhptrs()

pure subroutine la_lapack::hptrs::zhptrs ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  nrhs,
complex(dp), dimension(*), intent(in)  ap,
integer(ilp), dimension(*), intent(in)  ipiv,
complex(dp), dimension(ldb,*), intent(inout)  b,
integer(ilp), intent(in)  ldb,
integer(ilp), intent(out)  info 
)
Here is the call graph for this function:

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