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

Functions

subroutine dsposv (UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, WORK, SWORK, ITER, INFO)
  DSPOSV computes the solution to system of linear equations A * X = B for PO matrices More...
 
subroutine zcposv (UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, WORK, SWORK, RWORK, ITER, INFO)
  ZCPOSV computes the solution to system of linear equations A * X = B for PO matrices More...
 

Detailed Description