Struct BilliardWalk_multithread

struct BilliardWalk_multithread

Public Functions

inline BilliardWalk_multithread(double L)
inline BilliardWalk_multithread()

Public Members

parameters param
struct parameters

Public Functions

inline parameters(double L, bool set)

Public Members

double m_L
bool set_L
template<typename NT, typename Point>
struct thread_parameters

Public Functions

inline thread_parameters(unsigned int d, unsigned int m)

Public Members

Point p
Point p0
Point v
NT lambda_prev
Point::Coeff lambdas
Point::Coeff Av
template<typename Polytope, typename RandomNumberGenerator>
struct Walk

Public Types

typedef Polytope::PointType Point
typedef Point::FT NT
typedef thread_parameters<NT, Point> thread_parameters_

Public Functions

template<typename GenericPolytope>
inline Walk(GenericPolytope &P, thread_parameters_ &parameters, RandomNumberGenerator &rng)
template<typename GenericPolytope, typename parameters_>
inline Walk(GenericPolytope &P, thread_parameters_ &parameters, RandomNumberGenerator &rng, parameters_ const &params)
template<typename GenericPolytope>
inline void apply(GenericPolytope &P, thread_parameters_ &parameters, unsigned int const &walk_length, RandomNumberGenerator &rng)
inline void update_delta(NT L)