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

HETRS2: 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 and converted by CSYCONV. More...

Public Member Functions

pure subroutine chetrs2 (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, info)
 
 la_chetrs2
 
 la_whetrs2
 
pure subroutine zhetrs2 (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, info)
 
 la_zhetrs2
 

Detailed Description

HETRS2: 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 and converted by CSYCONV.

Member Function/Subroutine Documentation

◆ chetrs2()

pure subroutine la_lapack::hetrs2::chetrs2 ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  nrhs,
complex(sp), dimension(lda,*), intent(inout)  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(out)  info 
)
Here is the call graph for this function:

◆ la_chetrs2()

la_lapack::hetrs2::la_chetrs2

◆ la_whetrs2()

la_lapack::hetrs2::la_whetrs2

◆ la_zhetrs2()

la_lapack::hetrs2::la_zhetrs2

◆ zhetrs2()

pure subroutine la_lapack::hetrs2::zhetrs2 ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  nrhs,
complex(dp), dimension(lda,*), intent(inout)  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(out)  info 
)
Here is the call graph for this function:

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