LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cppsvx (fact, uplo, n, nrhs, ap, afp, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info) |
CPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices | |
subroutine | dppsvx (fact, uplo, n, nrhs, ap, afp, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info) |
DPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices | |
subroutine | sppsvx (fact, uplo, n, nrhs, ap, afp, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info) |
SPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices | |
subroutine | zppsvx (fact, uplo, n, nrhs, ap, afp, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info) |
ZPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices | |