![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
void | zgssv (char col_perm, double thresh, char sym_mode, int n, const doublecomplex val[], const int ptr[], const int ind[], int format, int base, int perm_c[], int perm_r[], int nrhs, int ldb, doublecomplex b[], double *rcond, int *info) |
Solves the system of linear equations A*X = B (complex sparse matrix, direct method (SuperLU)) (simple driver) | |
void | zgssvx (char equil, char col_perm, char trans, char refine, double thresh, char sym_mode, int n, doublecomplex val[], const int ptr[], const int ind[], int format, int base, int perm_c[], int perm_r[], int etree[], char *equed, double r[], double c[], int nrhs, int ldb, doublecomplex b[], int ldx, doublecomplex x[], double *rpg, double *rcond, double ferr[], double berr[], int *info) |
Solves the system of linear equations A*X = B, A^T*X = B or A^H*X = B (complex sparse matrix, direct method (SuperLU)) (expert driver) | |
This is the group of D2c4. Solution of systems of linear equations (Complex general matrices) (Direct methods)