Learn R Programming

volesti (version 1.1.1)

Rcpp_VpolytopeIntersection: An Rcpp class to represent the intersection of two V-polytope, exposed to R via modules.

Description

An intersection of two V-polytopes, \(P_1\), \(P_2\), is defined by the intersection of the two coresponding convex hulls.

Arguments

Details

V1

The numerical matrix that contains the vertices of \(P_1\) row-wise.

V2

The numerical matrix that contains the vertices of \(P_2\) row-wise.

type

An integer that declares the representation of the polytope. For these kinf of polytopes the default value is 4.

dimension

The dimension of the polytope.

volume

The volume of the polytope, if it is known.