Struct AcceleratedBilliardWalkParallel::Walk
-
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)
-
inline void update_delta(NT L)
-
inline NT get_delta()
-
template<typename GenericPolytope>