Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <ConvolutionFunctor.h>
Public Member Functions | |
_delta ()=default | |
_delta (T min, T delta) | |
__hydra_host__ __hydra_device__ | _delta (_delta< T > const &other) |
__hydra_host__ __hydra_device__ T | operator() (unsigned bin) |
__hydra_host__ __hydra_device__ _delta< T > & | operator= (_delta< T > const &other) |
Data Fields | |
T | fDelta |
T | fMin |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
T hydra::detail::convolution::_delta< T >::fDelta |
T hydra::detail::convolution::_delta< T >::fMin |