![]() |
XLPack 6.1
C/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.