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

Functions

subroutine chetrs_3 (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, INFO)
 CHETRS_3 More...
 
subroutine csytrs_3 (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, INFO)
 CSYTRS_3 More...
 
subroutine dsytrs_3 (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, INFO)
 DSYTRS_3 More...
 
subroutine ssytrs_3 (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, INFO)
 SSYTRS_3 More...
 
subroutine zhetrs_3 (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, INFO)
 ZHETRS_3 More...
 
subroutine zsytrs_3 (UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB, INFO)
 ZSYTRS_3 More...
 

Detailed Description