LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
{he,sy}trs_rook: triangular solve using factor
Collaboration diagram for {he,sy}trs_rook: triangular solve using factor:

Functions

subroutine chetrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 CHETRS_ROOK computes the solution to a system of linear equations A * X = B for HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges)
 
subroutine csytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 CSYTRS_ROOK
 
subroutine dsytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 DSYTRS_ROOK
 
subroutine ssytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 SSYTRS_ROOK
 
subroutine zhetrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 ZHETRS_ROOK computes the solution to a system of linear equations A * X = B for HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges)
 
subroutine zsytrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info)
 ZSYTRS_ROOK
 

Detailed Description