![]() |
XLPack 6.1
C/C++ API Reference Manual
|
Functions | |
| void | _zpbcon (char uplo, int n, int kd, int ldab, doublecomplex ab[], double anorm, double *rcond, doublecomplex work[], double rwork[], int *info) |
| Condition number of a Hermitian positive definite band matrix | |
| void | _zpbtrf (char uplo, int n, int kd, int ldab, doublecomplex ab[], int *info) |
| Cholesky factorization of a Hermitian positive definite band matrix | |
| void | _zpbtrs (char uplo, int n, int kd, int nrhs, int ldab, doublecomplex ab[], int ldb, doublecomplex b[], int *info) |
| Solution to factorized system of linear equations AX = B for a Hermitian positive definite band matrix | |
| void | _zptcon (int n, double d[], doublecomplex e[], double anorm, double *rcond, double rwork[], int *info) |
| Condition number of a Hermitian positive definite tridiagonal matrix | |
| void | _zpttrf (int n, double d[], doublecomplex e[], int *info) |
| LDLH factorization of a Hermitian positive definite tridiagonal matrix | |
| void | _zpttrs (char uplo, int n, int nrhs, double d[], doublecomplex e[], int ldb, doublecomplex b[], int *info) |
| Solution to factorized system of linear equations AX = B for a Hermitian positive definite tridiagonal matrix | |
This is the group of D2d2. Solution of systems of linear equations (Hermitian positive definite banded matrices) (complex) - Computational routines.