Struct GaussianAcceleratedBilliardWalk::Walk
-
template<typename Polytope, typename RandomNumberGenerator, typename E_type = typename Polytope::DenseMT>
struct Walk Public Types
-
typedef Polytope::PointType Point
-
typedef Polytope::MT MT
-
typedef Polytope::VT VT
-
typedef Point::FT NT
Public Functions
-
inline void computeLcov(const E_type E)
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, E_type const &E, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, Point const &p, E_type const &E, RandomNumberGenerator &rng, parameters const ¶ms)
-
template<typename GenericPolytope>
inline void apply(GenericPolytope &P, Point &p, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
typedef Polytope::PointType Point