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 ()
 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

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.


Constructor & Destructor Documentation

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

transpose system to solve ?

constructor

Definition at line 27 of file UmfPack.cxx.


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