Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
Tpetra::RowInfo Struct Reference

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

#include <Tpetra_CrsGraph_decl.hpp>

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 110 of file Tpetra_CrsGraph_decl.hpp.


The documentation for this struct was generated from the following file: