|
DiFfRG
|
Custom functor for the thrust::transform_reduce function. More...
#include <integrator_gpu.hh>
Public Member Functions | |
| functor (const ctype *x_quadrature_p, const ctype *x_quadrature_w, const ctype x_extent, const ctype k, T... t) | |
| __device__ NT | operator() (const uint idx) const |
Private Attributes | |
| const ctype * | x_quadrature_p |
| const ctype * | x_quadrature_w |
| const ctype | x_extent |
| const ctype | k |
| const std::tuple< T... > | t |
Custom functor for the thrust::transform_reduce function.
| T | The types of the additional arguments to the kernel. |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |