46 #ifndef MUELU_GMRESSOLVER_DECL_HPP 47 #define MUELU_GMRESSOLVER_DECL_HPP 49 #include <Xpetra_CrsMatrixFactory_fwd.hpp> 50 #include <Xpetra_CrsMatrixWrap_fwd.hpp> 51 #include <Xpetra_Matrix_fwd.hpp> 52 #include <Xpetra_MultiVector_fwd.hpp> 76 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
78 #undef MUELU_GMRESSOLVER_SHORT 101 void givapp(SC* c, SC* s, SC* v,
int k)
const;
109 #define MUELU_GMRESSOLVER_SHORT 110 #endif // MUELU_GMRESSOLVER_DECL_HPP
size_t nIts_
Number of performed iterations.
Constraint space information for the potential prolongator.
Namespace for MueLu classes and methods.
Implements conjugate gradient algorithm for energy-minimization.
void givapp(SC *c, SC *s, SC *v, int k) const
Base class for energy-minimization iterative solvers.
void Iterate(const Matrix &A, const Constraint &C, const Matrix &P0, RCP< Matrix > &P) const
Iterate.