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

Functions

subroutine chetrs2 (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, INFO)
 CHETRS2 More...
 
subroutine csytrs2 (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, INFO)
 CSYTRS2 More...
 
subroutine dsytrs2 (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, INFO)
 DSYTRS2 More...
 
subroutine ssytrs2 (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, INFO)
 SSYTRS2 More...
 
subroutine zhetrs2 (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, INFO)
 ZHETRS2 More...
 
subroutine zsytrs2 (UPLO, N, NRHS, A, LDA, IPIV, B, LDB, WORK, INFO)
 ZSYTRS2 More...
 

Detailed Description