< base class to solve linear system by using UmfPack More...
#include <UmfPack.hxx>
Public Member Functions | |
MatrixUmfPack_Base () | |
transpose system to solve ? | |
void | HideMessages () |
no message will be displayed by UmfPack | |
void | ShowMessages () |
normal amount of message displayed by UmfPack | |
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 | |
bool | display_info |
true if display is allowed | |
bool | transpose |
< base class to solve linear system by using UmfPack
Definition at line 31 of file UmfPack.hxx.
Seldon::MatrixUmfPack_Base< T >::MatrixUmfPack_Base | ( | ) |