![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
| void | dspsv (char uplo, int n, int nrhs, double ap[], int ipiv[], int ldb, double b[], int *info) |
| (Simple driver) Solution to system of linear equations AX = B for a symmetric matrix in packed form | |
| void | dspsvx (char fact, char uplo, int n, int nrhs, double ap[], double afp[], int ipiv[], int ldb, double b[], int ldx, double x[], double *rcond, double ferr[], double berr[], double work[], int iwork[], int *info) |
| (Expert driver) Solution to system of linear equations AX = B for a symmetric matrix in packed form | |
| void | dsysv (char uplo, int n, int nrhs, int lda, double a[], int ipiv[], int ldb, double b[], double work[], int lwork, int *info) |
| (Simple driver) Solution to system of linear equations AX = B for a symmetric matrix | |
| void | dsysvx (char fact, char uplo, int n, int nrhs, int lda, double a[], int ldaf, double af[], int ipiv[], int ldb, double b[], int ldx, double x[], double *rcond, double ferr[], double berr[], double work[], int lwork, int iwork[], int *info) |
| (Expert driver) Solution to system of linear equations AX = B for a symmetric matrix | |
This is the group of D2b1a. Solution of systems of linear equations (symmetric matrices) - Driver routines.