File uniform_accelerated_billiard_walk.hpp
-
struct AcceleratedBilliardWalk
-
Public Members
-
parameters param
-
template<typename Polytope, typename RandomNumberGenerator>
struct Walk Public Types
Public Functions
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, RandomNumberGenerator &rng, parameters const ¶ms)
-
template<typename GenericPolytope>
inline void apply(GenericPolytope &P, Point &p, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
inline void get_starting_point(GenericPolytope &P, Point const ¢er, Point &q, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
inline void parameters_burnin(GenericPolytope &P, Point const ¢er, unsigned int const &num_points, unsigned int const &walk_length, RandomNumberGenerator &rng)
Public Static Attributes
Private Functions
-
template<typename GenericPolytope>
inline void initialize(GenericPolytope &P, Point const &p, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
-
parameters param