47 #ifndef MUELU_DROPNEGATIVEENTRIESFACTORY_DECL_HPP 48 #define MUELU_DROPNEGATIVEENTRIESFACTORY_DECL_HPP 68 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
70 #undef MUELU_DROPNEGATIVEENTRIESFACTORY_SHORT 110 #define MUELU_DROPNEGATIVEENTRIESFACTORY_SHORT 111 #endif // MUELU_DROPNEGATIVEENTRIESFACTORY_DECL_HPP
Namespace for MueLu classes and methods.
virtual ~DropNegativeEntriesFactory()
Destructor.
DropNegativeEntriesFactory()
Class that holds all level-specific information.
void DeclareInput(Level ¤tLevel) const
Input.
void Build(Level ¤tLevel) const
Build method.
Application-specific filtering for A. Can be used in context of graph coarsening and aggregation...
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Base class for factories that use one level (currentLevel).