File uniform_accelerated_billiard_walk_parallel.hpp
-
struct AcceleratedBilliardWalkParallel
Public Functions
-
inline AcceleratedBilliardWalkParallel()
-
template<typename NT, typename Point>
struct thread_parameters Public Functions
-
inline thread_parameters(unsigned int d, unsigned int m)
-
inline thread_parameters(unsigned int d, unsigned int m)
-
template<typename Polytope, typename RandomNumberGenerator>
struct Walk -
Public Functions
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P)
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, NT const &L)
-
template<typename GenericPolytope, typename thread_params>
inline void apply(GenericPolytope &P, thread_params ¶ms, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
template<typename GenericPolytope, typename thread_params>
inline void get_starting_point(GenericPolytope &P, Point const ¢er, thread_params ¶ms, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
template<typename GenericPolytope, typename thread_params>
inline void parameters_burnin(GenericPolytope &P, Point const ¢er, unsigned int const &num_points, unsigned int const &walk_length, RandomNumberGenerator &rng, thread_params ¶ms)
Private Functions
-
template<typename GenericPolytope, typename thread_params>
inline void initialize(GenericPolytope &P, thread_params ¶ms, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
-
inline AcceleratedBilliardWalkParallel()