Seldon::MatrixUmfPack_Base< T > Class Template Reference

< base class to solve linear system by using UmfPack More...

#include <UmfPack.hxx>

Inheritance diagram for Seldon::MatrixUmfPack_Base< T >:
Seldon::MatrixUmfPack< T >

List of all members.

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 ?

Detailed Description

template<class T>
class Seldon::MatrixUmfPack_Base< T >

< base class to solve linear system by using UmfPack

Definition at line 31 of file UmfPack.hxx.


The documentation for this class was generated from the following files: