Struct RDHRWalk_multithread
-
struct RDHRWalk_multithread
-
template<typename NT, typename Point>
struct thread_parameters Public Functions
-
inline thread_parameters(unsigned int d, unsigned int m)
-
inline thread_parameters(unsigned int d, unsigned int m)
-
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_ ¶meters, RandomNumberGenerator &rng)
-
template<typename BallPolytope>
inline void apply(BallPolytope const &P, thread_parameters_ ¶ms, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
typedef Polytope::PointType Point
-
template<typename NT, typename Point>