#include "cscmatrix.h"
#include "std_cplx.h"
#include "superlu/util.h"
#include "superlu/zsp_defs.h"
#include "solver/superlu_stdcplx.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< std::complex< double > > &M, Vector< std::complex< double > > &x, const Vector< std::complex< double > > &rhs, colperm_t permc_spec=NATURAL, bool verbose=false, bool symm=false) |
| SuperLU solver wrapper for std::complex numbers. | |
Definition in file superlu_stdcplx.cpp.
| #define COLPERM_T_DECLARED |
Definition at line 20 of file superlu_stdcplx.cpp.
1.5.6