46 #ifndef MUELU_CGSOLVER_DECL_HPP
47 #define MUELU_CGSOLVER_DECL_HPP
76 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
78 #undef MUELU_CGSOLVER_SHORT
106 #define MUELU_CGSOLVER_SHORT
107 #endif // MUELU_CGSOLVER_DECL_HPP
Implements conjugate gradient algorithm for energy-minimization.
Constraint space information for the potential prolongator.
void Iterate(const Matrix &A, const Constraint &C, const Matrix &P0, RCP< Matrix > &P) const
Iterate.
size_t nIts_
Number of performed iterations.
Base class for energy-minimization iterative solvers.