42 #ifndef TPETRA_CRSGRAPH_FWD_HPP 43 #define TPETRA_CRSGRAPH_FWD_HPP 45 #include "Tpetra_Details_DefaultTypes.hpp" 60 #ifndef DOXYGEN_SHOULD_SKIP_THIS 62 template <
class LO,
class GO,
class N>
class CrsGraph;
63 #endif // DOXYGEN_SHOULD_SKIP_THIS 69 class GlobalOrdinal = ::Tpetra::Details::DefaultTypes::global_ordinal_type,
75 #endif // TPETRA_CRSGRAPH_FWD_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
A distributed graph accessed by rows (adjacency lists) and stored sparsely.
int local_ordinal_type
Default value of Scalar template parameter.
Classes::CrsGraph< LocalOrdinal, GlobalOrdinal, Node > CrsGraph
Alias for Tpetra::Classes::CrsGraph.
::Kokkos::Compat::KokkosDeviceWrapperNode< execution_space > node_type
Default value of Node template parameter.