This is the complete list of members for Opm::LinearSolverInterface, including all inherited members.
getTolerance() const =0 | Opm::LinearSolverInterface | pure virtual |
setTolerance(const double tol)=0 | Opm::LinearSolverInterface | pure virtual |
solve(const CSRMatrix *A, const double *rhs, double *solution) const | Opm::LinearSolverInterface | |
solve(const int size, const int nonzeros, const int *ia, const int *ja, const double *sa, const double *rhs, double *solution, const boost::any &add=boost::any()) const =0 | Opm::LinearSolverInterface | pure virtual |
~LinearSolverInterface() | Opm::LinearSolverInterface | virtual |