3 #include <thrust/functional.h> 11 class MetricTaker :
public thrust::unary_function<thrust::tuple<int, fptype *, int>, fptype> {
30 unsigned int metricIndex;
33 unsigned int functionIdx;
35 unsigned int parameters;
__device__ fptype operator()(thrust::tuple< int, fptype *, int > t) const
MetricTaker(PdfBase *dat, void *dev_functionPtr)