#include "cscmatrix.h"
#include "cplx.h"
#include "superlu/util.h"
#include "superlu/zsp_defs.h"
#include "solver/superlu.h"
#include "unistd.h"

Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Defines | |
| #define | COLPERM_T_DECLARED |
Functions | |
| int | TBCI::lu_solve (CSCMatrix< cplx< double > > &M, Vector< cplx< double > > &x, const Vector< cplx< double > > &rhs, colperm_t permc_spec, bool verbose, bool symm) |
Definition in file superlu_z.cpp.
| #define COLPERM_T_DECLARED |
Definition at line 20 of file superlu_z.cpp.
1.5.6