Struct SparseBilliardWalk::Walk

template<typename Polytope, typename RandomNumberGenerator>
struct Walk

Public Types

typedef Polytope::PointType Point
typedef Point::FT NT
typedef Point::Coeff VT
typedef Eigen::SparseMatrix<NT, Eigen::ColMajor> SparseMT
typedef Eigen::SparseMatrix<NT, Eigen::RowMajor> SparseRowMT
typedef Eigen::Matrix<NT, Eigen::Dynamic, Eigen::Dynamic> MT

Public Functions

template<typename GenericPolytope>
inline Walk(GenericPolytope &P, const Point &p, RandomNumberGenerator &rng, parameters const &user_params, const SparseMT &Hessian)
template<typename GenericPolytope>
inline void apply(GenericPolytope &P, Point &p, unsigned int const &walk_length, RandomNumberGenerator &rng)

Public Members

SparseRowMT _A_original