Struct AcceleratedBilliardWalkParallel
-
struct AcceleratedBilliardWalkParallel
Public Functions
-
inline AcceleratedBilliardWalkParallel()
-
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)
-
struct update_parameters
Public Functions
-
inline update_parameters()
Public Members
-
int facet_prev
-
bool hit_ball
-
double inner_vi_ak
-
double ball_inner_norm
-
inline update_parameters()
-
template<typename Polytope, typename RandomNumberGenerator>
struct Walk -
Public Functions
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P)
-
template<typename GenericPolytope>
inline Walk(GenericPolytope &P, NT const &L)
-
template<typename GenericPolytope, typename thread_params>
inline void apply(GenericPolytope &P, thread_params ¶ms, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
template<typename GenericPolytope, typename thread_params>
inline void get_starting_point(GenericPolytope &P, Point const ¢er, thread_params ¶ms, unsigned int const &walk_length, RandomNumberGenerator &rng)
-
template<typename GenericPolytope, typename thread_params>
inline void parameters_burnin(GenericPolytope &P, Point const ¢er, unsigned int const &num_points, unsigned int const &walk_length, RandomNumberGenerator &rng, thread_params ¶ms)
-
inline void update_delta(NT L)
-
inline NT get_delta()
-
template<typename GenericPolytope>
-
inline AcceleratedBilliardWalkParallel()