![]() |
LAPACK
3.11.0
LAPACK: Linear Algebra PACKage
|
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 | 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 | 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 | 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... | |
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... | |