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

Functions

subroutine cpttrs (UPLO, N, NRHS, D, E, B, LDB, INFO)
 CPTTRS More...
 
subroutine dpttrs (N, NRHS, D, E, B, LDB, INFO)
 DPTTRS More...
 
subroutine spttrs (N, NRHS, D, E, B, LDB, INFO)
 SPTTRS More...
 
subroutine zpttrs (UPLO, N, NRHS, D, E, B, LDB, INFO)
 ZPTTRS More...
 

Detailed Description