Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
BooststrappedRange.inl File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/functors/RandomUtils.h>
#include <hydra/detail/external/hydra_thrust/iterator/permutation_iterator.h>
#include <utility>
Include dependency graph for BooststrappedRange.inl:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ BOOSTSTRAPPEDRANGE_INL_

#define BOOSTSTRAPPEDRANGE_INL_