53#ifndef MUELU_PERMUTATIONFACTORY_DECL_HPP_
54#define MUELU_PERMUTATIONFACTORY_DECL_HPP_
56#include <Xpetra_Map_fwd.hpp>
57#include <Xpetra_StridedMap_fwd.hpp>
58#include <Xpetra_Vector_fwd.hpp>
59#include <Xpetra_VectorFactory_fwd.hpp>
60#include <Xpetra_Matrix_fwd.hpp>
61#include <Xpetra_CrsMatrixWrap_fwd.hpp>
62#include <Xpetra_Export_fwd.hpp>
63#include <Xpetra_ExportFactory_fwd.hpp>
64#include <Xpetra_Import_fwd.hpp>
65#include <Xpetra_ImportFactory_fwd.hpp>
88#undef MUELU_PERMUTATIONFACTORY_SHORT
131#define MUELU_PERMUTATIONFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
factory generates a row- and column permutation operators P and Q such that P*A*Q^T is a (hopefully) ...
PermutationFactory()
Constructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level ¤tLevel) const
Build an object with this factory.
virtual ~PermutationFactory()
Destructor.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar