Learn R Programming

⚠️There's a newer version (1.6) of this package.Take me there.

rcdd (version 1.1-4)

rcdd (Computational Geometry)

Description

R interface to (some of) cddlib (http://www.ifor.math.ethz.ch/~fukuda/cdd_home/cdd.html). Converts back and forth between two representations of a convex polytope: as solution of a set of linear equalities and inequalities and as convex hull of set of points and rays. Also does linear programming and redundant generator elimination (for example, convex hull in n dimensions). All functions can use exact infinite-precision rational arithmetic.

Copy Link

Version

Install

install.packages('rcdd')

Monthly Downloads

6,303

Version

1.1-4

License

GPL (>= 2)

Maintainer

Charles Geyer

Last Published

January 8th, 2011

Functions in rcdd (1.1-4)

makeH

make H-representation of convex polyhedron
redundant

Eliminate redundant rows of H-representation and V-representation
lpcdd

linear programming with exact arithmetic
linearity

Find implicit linearities in H-representation and V-representation of convex polyhedron
allfaces

All Faces of a Convex Polyhedron
validcdd

validate and H-representation or V-representation of convex polyhedron
Subset

subsets and maximal sets
scdd

Go between H-representation and V-representation of convex polyhedron
ArithmeticGMP

GMP Rational Arithmetic
ConvertGMP

Convert Between Real, Integer, and GMP Rational