46 #ifndef MUELU_SOLVERBASE_HPP 47 #define MUELU_SOLVERBASE_HPP 63 template <
class Scalar = double,
64 class LocalOrdinal = int,
65 class GlobalOrdinal = LocalOrdinal,
68 #undef MUELU_SOLVERBASE_SHORT 88 virtual void Iterate(
const Matrix& A,
const Constraint& C,
const Matrix& P0, RCP<Matrix>& P)
const = 0;
96 #define MUELU_SOLVERBASE_SHORT 98 #endif //ifndef MUELU_SOLVERBASE_HPP Constraint space information for the potential prolongator.
Namespace for MueLu classes and methods.
virtual void Iterate(const Matrix &A, const Constraint &C, const Matrix &P0, RCP< Matrix > &P) const =0
Base class for MueLu classes.
Base class for energy-minimization iterative solvers.