19 using DefaultDeviceType = Kokkos::DefaultExecutionSpace::device_type;
23 template class DataCombiner<double,DefaultDeviceType,ScalarProductFunctor<double> >;
Defines functors that help with combinations of Data objects, such as in-place sums and products...
Defines functors for use with Data objects: so far, we include simple arithmetical functors for sum...