51 #ifndef AMESOS2_CONTROL_HPP 52 #define AMESOS2_CONTROL_HPP 54 #include <Teuchos_ParameterList.hpp> 55 #include <Teuchos_RCP.hpp> 65 , useTranspose_(false)
67 , addZeroToDiag_(false)
69 , rcond_threshold_(1e-12)
78 void setControlParameters(
79 const Teuchos::RCP<Teuchos::ParameterList> & parameterList );
102 std::string addToDiag_;
127 double rcond_threshold_;
175 #endif // AMESOS2_CONTROL_HPP Definition: Amesos2_AbstractConcreteMatrixAdapter.hpp:48