Rcpp_Vpolytope {volesti} | R Documentation |
Rcpp
class to represent V-polytopes, exposed to R
via modules.
A V-polytope is defined as the convex hull of m d-dimensional points which corresponds to its vertices.
V
A m\times d numerical matrix that contains the vertices row-wise
type
An integer that declares the representation of the polytope. For V-representation the default value is 2.
dimension
An integer that declares the dimension of the polytope.