![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
void | z_csc_ilu (int n, const doublecomplex val[], const int colptr[], const int rowind[], int base, int p, int nnz2, doublecomplex val2[], int colptr2[], int rowind2[], int base2, doublecomplex d[], doublecomplex work[], int iwork[], int *info) |
Incomplete LU decomposition with level (ILU(p)) (Complex matrices) (CSC) | |
void | z_csc_ilu0 (int n, const doublecomplex val[], const int colptr[], const int rowind[], int base, doublecomplex val2[], doublecomplex d[], int *info) |
Incomplete LU decomposition without fill-in (ILU0) (Complex matrices) (CSC) | |
void | z_csc_ilu_solve (char trans, int n, const doublecomplex val[], const int colptr[], const int rowind[], int base, const doublecomplex d[], const doublecomplex b[], doublecomplex x[], int *info) |
Incomplete LU decomposition preconditioner (ILU) (Complex matrices) (CSC) | |
void | z_csc_ssor_solve (char trans, int n, double omega, const doublecomplex val[], const int colptr[], const int rowind[], int base, const doublecomplex d[], const doublecomplex b[], doublecomplex x[], int *info) |
Symmetric successive over-relaxation (SSOR) preconditioner (Complex matrices) (CSC) | |
void | z_csr_ilu (int n, const doublecomplex val[], const int rowptr[], const int colind[], int base, int p, int md, int nnz2, doublecomplex val2[], int rowptr2[], int colind2[], int base2, doublecomplex d[], doublecomplex work[], int iwork[], int *info) |
Incomplete LU decomposition with level (ILU(p)) (Complex matrices) (CSR) | |
void | z_csr_ilu0 (int n, const doublecomplex val[], const int rowptr[], const int colind[], int base, doublecomplex val2[], doublecomplex d[], int *info) |
Incomplete LU decomposition without fill-in (ILU0) (Complex matrices) (CSR) | |
void | z_csr_ilu_solve (char trans, int n, const doublecomplex val[], const int rowptr[], const int colind[], int base, const doublecomplex d[], const doublecomplex b[], doublecomplex x[], int *info) |
Incomplete LU decomposition preconditioner (ILU) (Complex matrices) (CSR) | |
void | z_csr_ssor_solve (char trans, int n, double omega, const doublecomplex val[], const int rowptr[], const int colind[], int base, const doublecomplex d[], const doublecomplex b[], doublecomplex x[], int *info) |
Symmetric successive over-relaxation (SSOR) preconditioner (Complex matrices) (CSR) | |
void | z_csx_ds (int n, const doublecomplex val[], const int ptr[], const int ind[], int base, doublecomplex d[], int *info) |
Initialize diagonal scaling preconditioner (Complex matrices) (CSC/CSR) | |
void | z_csx_ds_solve (int n, const doublecomplex d[], const doublecomplex b[], doublecomplex x[], int *info) |
Diagonal scaling preconditioner (Complex matrices) (CSC/CSR) | |
void | z_csx_ssor (int n, double omega, const doublecomplex val[], const int ptr[], const int ind[], int base, doublecomplex d[], int iwork[], int *info) |
Initialize symmetric successive over-relaxation (SSOR) preconditioner (Complex matrices) (CSC/CSR) | |
void | z_ssc_ssor_solve (char uplo, int n, double omega, const doublecomplex val[], const int colptr[], const int rowind[], int base, const doublecomplex d[], const doublecomplex b[], doublecomplex x[], int *info) |
Symmetric successive over-relaxation (SSOR) preconditioner (Complex symmetric matrices) (CSC) | |
void | z_ssr_ssor_solve (char uplo, int n, double omega, const doublecomplex val[], const int rowptr[], const int colind[], int base, const doublecomplex d[], const doublecomplex b[], doublecomplex x[], int *info) |
Symmetric successive over-relaxation (SSOR) preconditioner (Complex symmetric matrices) (CSR) | |
This is the group of D2c4. Solution of systems of linear equations (Complex general matrices) (Preconditioners)