Struct GaussianRDHRWalk_multithread

struct GaussianRDHRWalk_multithread
template<typename NT, typename Point>
struct thread_parameters

Public Functions

inline thread_parameters(unsigned int d, unsigned int m)

Public Members

Point p
Point v
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

inline Walk(Polytope&, thread_parameters_&, NT const&, RandomNumberGenerator&)
template<typename parameters>
inline Walk(Polytope&, thread_parameters_&, NT const&, RandomNumberGenerator&, parameters&)
template<typename BallPolytope>
inline void apply(BallPolytope const &P, thread_parameters_ &params, NT const &a_i, unsigned int const &walk_length, RandomNumberGenerator &rng)