Struct GaussianHamiltonianMonteCarloExactWalk::Walk
-
template<typename Polytope, typename RandomNumberGenerator>
struct Walk Public Types
-
typedef Polytope::PointType Point
-
typedef Point::FT NT
-
typedef Polytope::VT VT
-
typedef Polytope::MT MT
Public Functions
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, NT const &a_i, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, NT const &a_i, RandomNumberGenerator &rng, parameters const ¶ms)
-
template<typename GenericPolytope>
inline void apply(GenericPolytope const &P, Point &p, NT const &a_i, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
inline void get_starting_point(GenericPolytope const &P, Point const ¢er, Point &q, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
inline void parameters_burnin(GenericPolytope const &P, Point const ¢er, unsigned int const &num_points, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
inline void update_delta(NT L)
-
typedef Polytope::PointType Point