Struct JohnWalk

struct JohnWalk

Public Functions

inline JohnWalk(double L)
inline JohnWalk()

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 Polytope::MT MT
typedef Polytope::VT VT
typedef Point::FT NT

Public Functions

inline Walk(Polytope &P, Point &p, RandomNumberGenerator&)
inline Walk(Polytope &P, Point &p, RandomNumberGenerator&, parameters const &params)
template<typename GenericPolytope>
inline void apply(GenericPolytope&, Point &p, unsigned int const &walk_length, RandomNumberGenerator&)