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::UnpackAndCombineCrsMatrixImpl::NumEntriesFunctor< LO, DT, BDT > Class Template Reference

Kokkos::parallel_reduce functor to determine the number of entries (to unpack) in a KokkosSparse::CrsMatrix to pack. More...

#include <Tpetra_Details_unpackCrsMatrixAndCombine_def.hpp>

Detailed Description

template<class LO, class DT, class BDT>
class Tpetra::Details::UnpackAndCombineCrsMatrixImpl::NumEntriesFunctor< LO, DT, BDT >

Kokkos::parallel_reduce functor to determine the number of entries (to unpack) in a KokkosSparse::CrsMatrix to pack.

Template Parameters
LOThe type of local indices.
DTThe Kokkos device type.
BDTThe "buffer device type."

The maximum number of entries is required for allocated device scratch space

Definition at line 427 of file Tpetra_Details_unpackCrsMatrixAndCombine_def.hpp.


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