File uniform_billiard_walk.hpp

struct BilliardWalk

Public Functions

inline BilliardWalk(double L)
inline BilliardWalk()

Public Members

parameters param
struct parameters

Public Functions

inline parameters(double L, bool set)

Public Members

double m_L
bool set_L
template<typename Polytope, typename RandomNumberGenerator>
struct Walk

Public Types

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

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 &params)
template<typename GenericPolytope>
inline void apply(GenericPolytope &P, Point &p, unsigned int const &walk_length, RandomNumberGenerator &rng)
inline void update_delta(NT L)

Private Functions

template<typename GenericPolytope>
inline void initialize(GenericPolytope &P, Point const &p, RandomNumberGenerator &rng)

Private Members

NT _Len
Point _p
Point _v
NT _lambda_prev
Point::Coeff _lambdas
Point::Coeff _Av