Tpetra parallel linear algebra
Version of the Day
|
Declaration of function for getting local row offsets from a Tpetra::RowGraph. More...
#include "Tpetra_CrsGraph_fwd.hpp"
#include "Tpetra_RowGraph_fwd.hpp"
#include "KokkosSparse_CrsMatrix.hpp"
#include <utility>
Go to the source code of this file.
Classes | |
struct | Tpetra::Details::LocalRowOffsetsResult< NT > |
Result returned by localRowOffsets (see below). More... | |
Namespaces | |
Tpetra | |
Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
Tpetra::Details | |
Nonmember function that computes a residual Computes R = B - A * X. | |
Functions | |
template<class LO , class GO , class NT > | |
LocalRowOffsetsResult< NT > | Tpetra::Details::localRowOffsets (const RowGraph< LO, GO, NT > &G) |
Get local row offsets ("ptr", in compressed sparse row terms) for the given graph. More... | |
Declaration of function for getting local row offsets from a Tpetra::RowGraph.
Definition in file Tpetra_Details_localRowOffsets_decl.hpp.