43 #ifndef IFPACK2_DETAILS_ROWGRAPH_HPP
44 #define IFPACK2_DETAILS_ROWGRAPH_HPP
46 #include "Ifpack2_ConfigDefs.hpp"
47 #include "Tpetra_RowGraph.hpp"
62 template<
class GraphType>
64 virtual public Tpetra::RowGraph<typename GraphType::local_ordinal_type,
65 typename GraphType::global_ordinal_type,
66 typename GraphType::node_type> {
70 typedef typename GraphType::local_ordinal_type local_ordinal_type;
71 typedef typename GraphType::global_ordinal_type global_ordinal_type;
72 typedef typename GraphType::node_type node_type;
93 #endif // IFPACK2_DETAILS_ROWGRAPH_HPP
All Ifpack2 implementations of Tpetra::RowGraph must inherit from this class.
Definition: Ifpack2_Details_RowGraph.hpp:63
virtual ~RowGraph()=default
Destructor (virtual for memory safety of derived classes)