Tpetra parallel linear algebra
Version of the Day
|
Implementation of Tpetra::Details::getLocalNumDiags (see below). More...
#include <Tpetra_Details_getNumDiags.hpp>
Implementation of Tpetra::Details::getLocalNumDiags (see below).
This is the most generic version. It expects a RowMatrix, CrsMatrix, or BlockCrsMatrix – something that has a getGraph() method that returns RCP<const RowGraph>.
Definition at line 326 of file Tpetra_Details_getNumDiags.hpp.