File volume_sequence_of_balls.hpp

Functions

template<typename WalkTypePolicy, typename Polytope, typename RandomNumberGenerator>
double volume_sequence_of_balls(Polytope &Pin, RandomNumberGenerator &rng, double const &error = 1.0, unsigned int const &walk_length = 1, unsigned int const &n_threads = 1)
template<typename WalkTypePolicy = CDHRWalk, typename RandomNumberGenerator = BoostRandomNumberGenerator<boost::mt11213b, double>, typename Polytope>
double volume_sequence_of_balls(Polytope &Pin, double const &error = 1.0, unsigned int const &walk_length = 1, unsigned int const &n_threads = 1)
template<typename WalkTypePolicy = CDHRWalk, typename RandomNumberGenerator = BoostRandomNumberGenerator<boost::mt11213b, double>, typename Polytope>
double volume_sequence_of_balls(Polytope &Pin, Cartesian<double>::Point const &interior_point, unsigned int const &walk_length = 1, double const &error = 1.0, unsigned int const &n_threads = 1)