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 | Kokkos::StaticCrsGraph specialization |
LocalMapType | Result of Tpetra::Map::getLocalGraph() |
Definition at line 66 of file Tpetra_Details_getNumDiags.hpp.
|
inline |
Reduction function: result is (diagonal count, error count).
Definition at line 80 of file Tpetra_Details_getNumDiags.hpp.