![]() |
XLPack 7.0
XLPack Numerical Library (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.