File gaussian_accelerated_billiard_walk.hpp
-
struct GaussianAcceleratedBilliardWalk
Public Functions
-
inline GaussianAcceleratedBilliardWalk(double L)
-
inline GaussianAcceleratedBilliardWalk()
Public Members
-
parameters param
-
template<typename Polytope, typename RandomNumberGenerator, typename E_type = typename Polytope::DenseMT>
struct Walk Public Types
Public Functions
-
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)
Public Static Attributes
Private Functions
-
template<typename GenericPolytope>
inline void initialize(GenericPolytope &P, Point const &p, RandomNumberGenerator &rng)
-
template<typename GenericPolytope>
-
inline GaussianAcceleratedBilliardWalk(double L)