LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {he,sy}trs: triangular solve using factor:

Functions

subroutine chetrs (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 CHETRS More...
 
subroutine csytrs (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 CSYTRS More...
 
subroutine dsytrs (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 DSYTRS More...
 
subroutine ssytrs (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 SSYTRS More...
 
subroutine zhetrs (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 ZHETRS More...
 
subroutine zsytrs (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 ZSYTRS More...
 

Detailed Description