LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for gttrs: triangular solve using factor:

Functions

subroutine cgttrs (TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, INFO)
 CGTTRS More...
 
subroutine dgttrs (TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, INFO)
 DGTTRS More...
 
subroutine sgttrs (TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, INFO)
 SGTTRS More...
 
subroutine zgttrs (TRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB, INFO)
 ZGTTRS More...
 

Detailed Description