Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <ProcessGaussKronrodQuadrature.h>
Public Member Functions | |
GaussKronrodUnary ()=delete | |
GaussKronrodUnary (FUNCTOR const &functor) | |
__hydra_host__ __hydra_device__ | GaussKronrodUnary (GaussKronrodUnary< FUNCTOR > const &other) |
template<typename T > | |
__hydra_host__ __hydra_device__ GaussKronrodCall | operator() (T row) |
__hydra_host__ __hydra_device__ GaussKronrodUnary & | operator= (GaussKronrodUnary< FUNCTOR > const &other) |
Data Fields | |
FUNCTOR | fFunctor |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
FUNCTOR hydra::GaussKronrodUnary< FUNCTOR >::fFunctor |