LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for tptrs: triangular solve:

Functions

subroutine ctptrs (UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO)
 CTPTRS More...
 
subroutine dtptrs (UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO)
 DTPTRS More...
 
subroutine stptrs (UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO)
 STPTRS More...
 
subroutine ztptrs (UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO)
 ZTPTRS More...
 

Detailed Description