Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_CrsGraph_decl.hpp File Reference

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

#include "Tpetra_CrsGraph_fwd.hpp"
#include "Tpetra_CrsMatrix_fwd.hpp"
#include "Tpetra_BlockCrsMatrix_fwd.hpp"
#include "Tpetra_DistObject.hpp"
#include "Tpetra_Exceptions.hpp"
#include "Tpetra_RowGraph.hpp"
#include "Tpetra_Util.hpp"
#include "Tpetra_Details_WrappedDualView.hpp"
#include "KokkosSparse_findRelOffset.hpp"
#include "Kokkos_DualView.hpp"
#include "Kokkos_StaticCrsGraph.hpp"
#include "Teuchos_CommHelpers.hpp"
#include "Teuchos_Describable.hpp"
#include "Teuchos_OrdinalTraits.hpp"
#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"
#include <functional>
#include <memory>

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 >
 A distributed graph accessed by rows (adjacency lists) and stored sparsely. More...

Namespaces

namespace  Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
namespace  Tpetra::Details
 Nonmember function that computes a residual Computes R = B - A * X.

Enumerations

enum  Tpetra::Details::EStorageStatus
 Status of the graph's or matrix's storage, when not in a fill-complete state. More...

Detailed Description

Declaration of the Tpetra::CrsGraph class.

Definition in file Tpetra_CrsGraph_decl.hpp.