![]() |
XLPack 6.1
C/C++ API Reference Manual
|
Functions | |
| void | _dgbcon (char norm, int n, int kl, int ku, int ldab, double ab[], int ipiv[], double anorm, double *rcond, double work[], int iwork[], int *info) |
| Condition number of a general band matrix | |
| void | _dgbtrf (int m, int n, int kl, int ku, int ldab, double ab[], int ipiv[], int *info) |
| LU factorization of a general band matrix | |
| void | _dgbtrs (char trans, int n, int kl, int ku, int nrhs, int ldab, double ab[], int ipiv[], int ldb, double b[], int *info) |
| Solution to LU factorized system of linear equations AX = B or ATX = B for a general band matrix | |
| void | _dgecon (char norm, int n, int lda, double a[], double anorm, double *rcond, double work[], int iwork[], int *info) |
| Condition number of a general matrix | |
| void | _dgetrf (int m, int n, int lda, double a[], int ipiv[], int *info) |
| LU factorization of a general matrix | |
| void | _dgetri (int n, int lda, double a[], int ipiv[], double work[], int lwork, int *info) |
| Inverse of a general matrix | |
| void | _dgetrs (char trans, int n, int nrhs, int lda, double a[], int ipiv[], int ldb, double b[], int *info) |
| Solution to LU factorized system of linear equations AX = B or ATX = B for a general matrix | |
| void | _dgtcon (char norm, int n, double dl[], double d[], double du[], double du2[], int ipiv[], double anorm, double *rcond, double work[], int iwork[], int *info) |
| Condition number of a general tridiagonal matrix | |
| void | _dgttrf (int n, double dl[], double d[], double du[], double du2[], int ipiv[], int *info) |
| LU factorization of a general tridiagonal matrix | |
| void | _dgttrs (char trans, int n, int nrhs, double dl[], double d[], double du[], double du2[], int ipiv[], int ldb, double b[], int *info) |
| Solution to LU factorized system of linear equations AX = B or ATX = B for a general tridiagonal matrix | |
This is the group of D2a. Solution of systems of linear equations (general matrices) - Computational routines.