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
virtual ~DropNegativeEntriesFactory()
Destructor.
DropNegativeEntriesFactory()
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Class that holds all level-specific information.
void Build(Level ¤tLevel) const
Build method.
Application-specific filtering for A. Can be used in context of graph coarsening and aggregation...
void DeclareInput(Level ¤tLevel) const
Input.
Base class for factories that use one level (currentLevel).