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::Details::Impl::GetLocalNumDiags< MatrixType > Struct Template Reference

Implementation of Tpetra::Details::getLocalNumDiags (see below). More...

#include <Tpetra_Details_getNumDiags.hpp>

Detailed Description

template<class MatrixType>
struct Tpetra::Details::Impl::GetLocalNumDiags< MatrixType >

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.


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