Learn R Programming

volesti (version 1.1.0)

Rcpp_Zonotope: An Rcpp class to represent zonotopes, exposed to R via modules.

Description

A zonotope is a convex polytope defined by the Minkowski sum of \(m\) \(d\)-dimensional segments.

Arguments

Details

G

A \(m\times d\) numerical matrix that contains the segments (or generators) row-wise

type

An integer that declares the representation of the polytope. For zonotopes the default value is 3.

dimension

The dimension of the polytope.

volume

The volume of the polytope, if it is known.