MCBooster
1.0.1
Tool to generate MC phase space samples in parallel.
|
#include <thrust/iterator/counting_iterator.h>
#include <thrust/iterator/transform_iterator.h>
#include <thrust/iterator/permutation_iterator.h>
#include <thrust/functional.h>
Go to the source code of this file.
Classes | |
class | strided_range< Iterator > |
Strided range iterator original code: https://github.com/thrust/thrust/blob/master/examples/strided_range.cu. More... | |
struct | strided_range< Iterator >::stride_functor |