Amesos solver class.
This class warps the Trilinos Amesos package
|
| AmesosSolver (const SparseMatrix &A, const int solver=AmesosSolvers::KLU) |
| Constructor (sparse matrix)
|
|
std::string | currentParams () const |
| Returns current parameters.
|
|
void | getSolution (gsVector< real_t > &sol, const int rank=0) const |
| Returns solution vector.
|
|
void | set (const std::string &name, const int &value) |
| Sets parameters. More...
|
|
void | set (const std::string &name, const bool &value) |
| Sets bool parameters.
|
|
void | set (const std::string &name, const double &value) |
| Sets double parameters.
|
|
void | set (const std::string &name, const std::string &value) |
| Sets string parameters.
|
|
void | setOptions (const gsOptionList &opt) |
| Set parameters from option list. More...
|
|
const Vector & | solve (const Vector &b) |
| Solves problem for the given a right-hand side vector.
|
|
std::string | status () const |
| Returns status and timing of solver. More...
|
|
std::string | timing () const |
| Returns timing of the solver.
|
|
std::string | validParams () const |
| Returns information about parameters. More...
|
|
| ~AmesosSolver () |
| Destructor.
|
|