1#ifndef AMESOS_CONTROL_H
2#define AMESOS_CONTROL_H
4#include "Teuchos_ParameterList.hpp"
Amesos_Control: Container for some control variables.
~Amesos_Control()
Default destructor.
void SetControlParameters(const Teuchos::ParameterList &ParameterList)
Amesos_Control()
Default constructor.
double rcond_threshold_
If error is greater than this value, perform symbolic and numeric factorization with full partial piv...
bool Reindex_
If true, the Amesos class should reindex the matrix to standard indexing (i.e.
bool AddZeroToDiag_
Adds zero to diagonal of redistributed matrix (some solvers choke on a matrix with a partly empty dia...
double AddToDiag_
Add this value to the diagonal.
int MatrixProperty_
Set the matrix property.