Struct AcceleratedBilliardWalkParallel::Walk

template<typename Polytope, typename RandomNumberGenerator>
struct Walk

Public Types

typedef Polytope::PointType Point
typedef Polytope::MT MT
typedef Point::FT NT

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 &params, unsigned int const &walk_length, RandomNumberGenerator &rng)
template<typename GenericPolytope, typename thread_params>
inline void get_starting_point(GenericPolytope &P, Point const &center, thread_params &params, unsigned int const &walk_length, RandomNumberGenerator &rng)
template<typename GenericPolytope, typename thread_params>
inline void parameters_burnin(GenericPolytope &P, Point const &center, unsigned int const &num_points, unsigned int const &walk_length, RandomNumberGenerator &rng, thread_params &params)
inline void update_delta(NT L)
inline NT get_delta()