Opm::LinearSolverInterface Member List

This is the complete list of members for Opm::LinearSolverInterface, including all inherited members.

getTolerance() const =0Opm::LinearSolverInterfacepure virtual
setTolerance(const double tol)=0Opm::LinearSolverInterfacepure virtual
solve(const CSRMatrix *A, const double *rhs, double *solution) constOpm::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 =0Opm::LinearSolverInterfacepure virtual
~LinearSolverInterface()Opm::LinearSolverInterfacevirtual