#include <Amesos_Control.h>
Public Member Functions | |
Amesos_Control () | |
Default constructor. | |
~Amesos_Control () | |
Default destructor. | |
void | SetControlParameters (const Teuchos::ParameterList &ParameterList) |
Public Attributes | |
double | AddToDiag_ |
Add this value to the diagonal. | |
bool | refactorize_ |
double | rcond_threshold_ |
If error is greater than this value, perform symbolic and numeric factorization with full partial pivoting. | |
int | ScaleMethod_ |
bool | AddZeroToDiag_ |
Adds zero to diagonal of redistributed matrix (some solvers choke on a matrix with a partly empty diag). | |
int | MatrixProperty_ |
Set the matrix property. | |
int | MaxProcesses_ |
bool | Reindex_ |
If true, the Amesos class should reindex the matrix to standard indexing (i.e. |
Amesos_Control::Amesos_Control | ( | ) | [inline] |
Default constructor.
Amesos_Control::~Amesos_Control | ( | ) | [inline] |
Default destructor.
void Amesos_Control::SetControlParameters | ( | const Teuchos::ParameterList & | ParameterList | ) |
double Amesos_Control::AddToDiag_ |
Add this
value to the diagonal.
Adds zero to diagonal of redistributed matrix (some solvers choke on a matrix with a partly empty diag).
Set the matrix property.
Matrix property can be
If error is greater than this
value, perform symbolic and numeric factorization with full partial pivoting.
If true, the Amesos class should reindex the matrix to standard indexing (i.e.
0-n-1) at present, only Amesos_Klu supports this option.