#include <SparseCmplxLU.h>
Inherits sparse_base_lu< SparseComplexMatrix, Complex, SparseMatrix, double >.
Public Member Functions | |
SparseComplexLU (void) | |
SparseComplexLU (const SparseComplexMatrix &a, const Matrix &piv_thres=Matrix(), bool scale=false) | |
SparseComplexLU (const SparseComplexMatrix &a, const ColumnVector &Qinit, const Matrix &piv_thres=Matrix(), bool scale=false, bool FixedQ=false, double droptol=-1., bool milu=false, bool udiag=false) | |
SparseComplexLU (const SparseComplexLU &a) | |
SparseComplexLU & | operator= (const SparseComplexLU &a) |
~SparseComplexLU (void) |
SparseComplexLU::SparseComplexLU | ( | void | ) | [inline] |
SparseComplexLU::SparseComplexLU | ( | const SparseComplexMatrix & | a, | |
const Matrix & | piv_thres = Matrix () , |
|||
bool | scale = false | |||
) |
SparseComplexLU::SparseComplexLU | ( | const SparseComplexMatrix & | a, | |
const ColumnVector & | Qinit, | |||
const Matrix & | piv_thres = Matrix () , |
|||
bool | scale = false , |
|||
bool | FixedQ = false , |
|||
double | droptol = -1. , |
|||
bool | milu = false , |
|||
bool | udiag = false | |||
) |
SparseComplexLU::SparseComplexLU | ( | const SparseComplexLU & | a | ) | [inline] |
SparseComplexLU::~SparseComplexLU | ( | void | ) | [inline] |
SparseComplexLU& SparseComplexLU::operator= | ( | const SparseComplexLU & | a | ) | [inline] |