Tpetra Matrix/Vector Services  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Tpetra::RowInfo Struct Reference

Allocation information for a locally owned row in a CrsGraph or CrsMatrix. More...

#include <Tpetra_CrsGraph_decl.hpp>

List of all members.


Detailed Description

Allocation information for a locally owned row in a CrsGraph or CrsMatrix.

A RowInfo instance identifies a locally owned row uniquely by its local index, and contains other information useful for inserting entries into the row. It is the return value of CrsGraph's getRowInfo() or updateAllocAndValues() methods.

Definition at line 100 of file Tpetra_CrsGraph_decl.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines