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

Functions

subroutine cpftrs (TRANSR, UPLO, N, NRHS, A, B, LDB, INFO)
 CPFTRS More...
 
subroutine dpftrs (TRANSR, UPLO, N, NRHS, A, B, LDB, INFO)
 DPFTRS More...
 
subroutine spftrs (TRANSR, UPLO, N, NRHS, A, B, LDB, INFO)
 SPFTRS More...
 
subroutine zpftrs (TRANSR, UPLO, N, NRHS, A, B, LDB, INFO)
 ZPFTRS More...
 

Detailed Description