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

Functions

subroutine chptrs (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
 CHPTRS More...
 
subroutine csptrs (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
 CSPTRS More...
 
subroutine dsptrs (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
 DSPTRS More...
 
subroutine ssptrs (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
 SSPTRS More...
 
subroutine zhptrs (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
 ZHPTRS More...
 
subroutine zsptrs (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
 ZSPTRS More...
 

Detailed Description