Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <hydra/detail/Config.h>
#include <hydra/detail/functors/RandomUtils.h>
#include <hydra/detail/external/hydra_thrust/iterator/permutation_iterator.h>
#include <utility>
Go to the source code of this file.
Namespaces | |
hydra | |
Generic policies definition. | |
Macros | |
#define | BOOSTSTRAPPEDRANGE_INL_ |
Functions | |
template<typename Iterable > | |
std::enable_if< hydra::detail::is_iterable< Iterable >::value, Range< hydra::thrust::permutation_iterator< decltype(std::declval< Iterable & >).begin()), hydra::thrust::transform_iterator< detail::RndUniform< size_t, hydra::thrust::random::default_random_engine >,hydra::thrust::counting_iterator< size_t >, size_t > > > >::type | hydra::boost_strapped_range (Iterable &&iterable, size_t seed) |
#define BOOSTSTRAPPEDRANGE_INL_ |