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

HETRS: solves a system of linear equations A*X = B with a complex Hermitian 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 chetrs (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 
 la_chetrs
 
 la_whetrs
 
pure subroutine zhetrs (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 
 la_zhetrs
 

Detailed Description

HETRS: solves a system of linear equations A*X = B with a complex Hermitian matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF.

Member Function/Subroutine Documentation

◆ chetrs()

pure subroutine la_lapack::hetrs::chetrs ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  nrhs,
complex(sp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
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_chetrs()

la_lapack::hetrs::la_chetrs

◆ la_whetrs()

la_lapack::hetrs::la_whetrs

◆ la_zhetrs()

la_lapack::hetrs::la_zhetrs

◆ zhetrs()

pure subroutine la_lapack::hetrs::zhetrs ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  nrhs,
complex(dp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
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: