63 std::string MatrixProperty;
64 MatrixProperty = ParameterList.
get<std::string>(
"MatrixProperty");
65 if( MatrixProperty ==
"SPD" )
67 else if( MatrixProperty ==
"symmetric" )
69 else if( MatrixProperty ==
"general" )
T & get(ParameterList &l, const std::string &name)
double rcond_threshold_
If error is greater than this value, perform symbolic and numeric factorization with full partial piv...
bool AddZeroToDiag_
Adds zero to diagonal of redistributed matrix (some solvers choke on a matrix with a partly empty dia...
bool isParameter(const std::string &name) const
int MatrixProperty_
Set the matrix property.
void SetControlParameters(const Teuchos::ParameterList &ParameterList)
bool Reindex_
If true, the Amesos class should reindex the matrix to standard indexing (i.e.
double AddToDiag_
Add this value to the diagonal.