LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for posv: factor and solve:

Functions

subroutine cposv (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
  CPOSV computes the solution to system of linear equations A * X = B for PO matrices More...
 
subroutine dposv (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
  DPOSV computes the solution to system of linear equations A * X = B for PO matrices More...
 
subroutine sposv (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
  SPOSV computes the solution to system of linear equations A * X = B for PO matrices More...
 
subroutine zposv (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
  ZPOSV computes the solution to system of linear equations A * X = B for PO matrices More...
 

Detailed Description