< base class to solve linear system by using UmfPack More...
#include <UmfPack.hxx>
Public Member Functions | |
MatrixUmfPack_Base () | |
constructor | |
void | HideMessages () |
no message will be displayed by UmfPack | |
void | ShowMessages () |
normal amount of message displayed by UmfPack | |
void | ShowFullHistory () |
int | GetInfoFactorization () const |
void | SelectOrdering (int type) |
void | SetPermutation (const IVect &) |
Public Attributes | |
Vector< double > | Control |
Vector< double > | Info |
parameters for UmfPack | |
void * | Symbolic |
void * | Numeric |
pointers of UmfPack objects | |
int | n |
number of rows in the matrix | |
int | print_level |
bool | transpose |
int | status_facto |
transpose system to solve ? |
< base class to solve linear system by using UmfPack
Definition at line 31 of file UmfPack.hxx.