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

Functions

subroutine cpotrs (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
 CPOTRS More...
 
subroutine dpotrs (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
 DPOTRS More...
 
subroutine spotrs (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
 SPOTRS More...
 
subroutine zpotrs (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
 ZPOTRS More...
 

Detailed Description