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
-
inline parameters(double L, bool set)
-
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 ¶ms)
-
template<typename GenericPolytope>
inline void apply(GenericPolytope&, Point &p, unsigned int const &walk_length, RandomNumberGenerator&)
-
typedef Polytope::PointType Point
-
inline JohnWalk(double L)