8#ifndef TBCI_SOLVER_SUPERLU_STDCPLX_H
9#define TBCI_SOLVER_SUPERLU_STDCPLX_H
11#include "tbci/vector.h"
12#include "tbci/cscmatrix.h"
13#include "tbci/std_cplx.h"
15#ifndef COLPERM_T_DECLARED
22#define COLPERM_T_DECLARED
32 bool verbose =
false,
bool symm =
false);
38 bool verbose =
false,
bool symm =
false)
42 rhs, permc_spec, verbose, symm);
const Vector< T > const Vector< T > & x
exception class: Use MatErr from matrix.h
Temporary Base Class Idiom: Class TVector is used for temporary variables.
F_TMatrix< double > lu_solve(const F_Matrix< double > &A, const F_Matrix< double > &B, int overwriteA=0)
colperm_t
get column permutation vector perm_c[], according to permc_spec: permc_spec = NATURAL(0): use the nat...