Tpetra parallel linear algebra  Version of the Day
Classes | Namespaces | Enumerations | Functions
Tpetra_CrsGraph_decl.hpp File Reference

Declaration of the Tpetra::CrsGraph class. More...

#include "Tpetra_ConfigDefs.hpp"
#include "Tpetra_RowGraph.hpp"
#include "Tpetra_DistObject.hpp"
#include "Tpetra_Exceptions.hpp"
#include "KokkosCompat_ClassicNodeAPI_Wrapper.hpp"
#include "Kokkos_DualView.hpp"
#include "Kokkos_StaticCrsGraph.hpp"
#include "Teuchos_Describable.hpp"
#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"

Go to the source code of this file.

Classes

struct  Tpetra::RowInfo
 Allocation information for a locally owned row in a CrsGraph or CrsMatrix. More...
 
class  Tpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node, classic >
 A distributed graph accessed by rows (adjacency lists) and stored sparsely. More...
 

Namespaces

 Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
 
 Tpetra::Details
 Namespace for Tpetra implementation details.
 

Enumerations

Functions

template<class LocalOrdinal , class GlobalOrdinal , class Node , const bool classic = Node::classic>
Teuchos::RCP< CrsGraph< LocalOrdinal, GlobalOrdinal, Node, classic > > Tpetra::createCrsGraph (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map, size_t maxNumEntriesPerRow=0, const Teuchos::RCP< Teuchos::ParameterList > &params=Teuchos::null)
 Nonmember function to create an empty CrsGraph given a row Map and the max number of entries allowed locally per row. More...
 

Detailed Description

Declaration of the Tpetra::CrsGraph class.

If you want to use Tpetra::CrsGraph, include "Tpetra_CrsGraph.hpp" (a file which CMake generates and installs for you). If you only want the declaration of Tpetra::CrsGraph, include this file (Tpetra_CrsGraph_decl.hpp).

Definition in file Tpetra_CrsGraph_decl.hpp.