| Tpetra parallel linear algebra
    Version of the Day
    | 
Kokkos::parallel_reduce functor for counting the local number of diagonal entries in a sparse graph. More...
#include <Tpetra_Details_getNumDiags.hpp>
| Public Member Functions | |
| KOKKOS_INLINE_FUNCTION void | operator() (const typename LocalMapType::local_ordinal_type lclRow, result_type &diagCount) const | 
| Reduction function: result is (diagonal count, error count).  More... | |
Kokkos::parallel_reduce functor for counting the local number of diagonal entries in a sparse graph.
| LocalGraphType | KokkosSparse::StaticCrsGraph specialization | 
| LocalMapType | Result of Tpetra::CrsGraph::getLocalGraph*() | 
Definition at line 34 of file Tpetra_Details_getNumDiags.hpp.
| 
 | inline | 
Reduction function: result is (diagonal count, error count).
Definition at line 49 of file Tpetra_Details_getNumDiags.hpp.
 1.8.5
 1.8.5