Tpetra parallel linear algebra
Version of the Day
|
Allocation information for a locally owned row in a CrsGraph or CrsMatrix. More...
#include <Tpetra_CrsGraph_decl.hpp>
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 130 of file Tpetra_CrsGraph_decl.hpp.