Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
Tpetra_Details_localRowOffsets_def.hpp File Reference

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...
 

Detailed Description

Definition of function for getting local row offsets from a Tpetra::RowGraph.

Definition in file Tpetra_Details_localRowOffsets_def.hpp.