Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Kokkos::Impl::ParallelScan< FunctorType, ExecPolicy, ExecutionSpace > Class Template Reference

Implementation detail of parallel_scan. More...

#include <Kokkos_Core_fwd.hpp>

Detailed Description

template<class FunctorType, class ExecPolicy, class ExecutionSpace = typename Impl::FunctorPolicyExecutionSpace< FunctorType, ExecPolicy>::execution_space>
class Kokkos::Impl::ParallelScan< FunctorType, ExecPolicy, ExecutionSpace >

Implementation detail of parallel_scan.

This is an implementation detail of parallel_scan. Users should skip this and go directly to the documentation of the nonmember template function Kokkos::parallel_scan.

Definition at line 334 of file Kokkos_Core_fwd.hpp.


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