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