XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
zgssv.c File Reference

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)