Rcpp_Vpolytope {volesti}R Documentation

An Rcpp class to represent V-polytopes, exposed to R via modules.

Description

A V-polytope is defined as the convex hull of m d-dimensional points which corresponds to its vertices.

Details

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.


[Package volesti version 1.0.3 Index]