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

HETRS_AA: solves a system of linear equations A*X = B with a complex hermitian matrix A using the factorization A = U**H*T*U or A = L*T*L**H computed by CHETRF_AA. More...

Public Member Functions

pure subroutine chetrs_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info)
 
 la_chetrs_aa
 
 la_whetrs_aa
 
pure subroutine zhetrs_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, lwork, info)
 
 la_zhetrs_aa
 

Detailed Description

HETRS_AA: solves a system of linear equations A*X = B with a complex hermitian matrix A using the factorization A = U**H*T*U or A = L*T*L**H computed by CHETRF_AA.

Member Function/Subroutine Documentation

◆ chetrs_aa()

pure subroutine la_lapack::hetrs_aa::chetrs_aa ( 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,
complex(sp), dimension(*), intent(out) work,
integer(ilp), intent(in) lwork,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ la_chetrs_aa()

la_lapack::hetrs_aa::la_chetrs_aa

◆ la_whetrs_aa()

la_lapack::hetrs_aa::la_whetrs_aa

◆ la_zhetrs_aa()

la_lapack::hetrs_aa::la_zhetrs_aa

◆ zhetrs_aa()

pure subroutine la_lapack::hetrs_aa::zhetrs_aa ( 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,
complex(dp), dimension(*), intent(out) work,
integer(ilp), intent(in) lwork,
integer(ilp), intent(out) info )
Here is the call graph for this function:

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