10#ifndef MUELU_GMRESSOLVER_DECL_HPP
11#define MUELU_GMRESSOLVER_DECL_HPP
13#include <Xpetra_CrsMatrixFactory_fwd.hpp>
14#include <Xpetra_CrsMatrixWrap_fwd.hpp>
15#include <Xpetra_Matrix_fwd.hpp>
44#undef MUELU_GMRESSOLVER_SHORT
62 void Iterate(
const Matrix& A,
const Constraint& C,
const Matrix& P0, RCP<Matrix>& P)
const;
67 void givapp(SC* c, SC* s, SC* v,
int k)
const;
75#define MUELU_GMRESSOLVER_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Constraint space information for the potential prolongator.
Implements conjugate gradient algorithm for energy-minimization.
void givapp(SC *c, SC *s, SC *v, int k) const
size_t nIts_
Number of performed iterations.
void Iterate(const Matrix &A, const Constraint &C, const Matrix &P0, RCP< Matrix > &P) const
Iterate.
Base class for energy-minimization iterative solvers.
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar