Tpetra parallel linear algebra
Version of the Day
|
Definition of function for getting local row offsets from a Tpetra::RowGraph. More...
#include "Tpetra_CrsGraph.hpp"
#include "Tpetra_RowGraph.hpp"
#include "Tpetra_Details_computeOffsets.hpp"
#include "Tpetra_Details_getEntryOnHost.hpp"
#include "Kokkos_Core.hpp"
Go to the source code of this file.
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... | |
Definition of function for getting local row offsets from a Tpetra::RowGraph.
Definition in file Tpetra_Details_localRowOffsets_def.hpp.