Learn R Programming

volesti (version 1.1.0)

Rcpp_Vpolytope: 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.

Arguments

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

The dimension of the polytope.

volume

The volume of the polytope, if it is known.