Kokkos functor that wraps a users evaluator functor (Decorator design pattern). This eliminates the user having to store/assign workset data. More...
#include <Phalanx_CreateDeviceEvaluator.hpp>
Public Attributes | |
DeviceEvaluatorType | device_evaluator_ |
std::remove_reference < typename DeviceEvaluatorType::traits::EvalData > ::type | data_ |
Kokkos functor that wraps a users evaluator functor (Decorator design pattern). This eliminates the user having to store/assign workset data.