Learn R Programming

volesti (version 1.1.0)

rounding: Internal rcpp function for the rounding of a convex polytope

Description

Internal rcpp function for the rounding of a convex polytope

Usage

rounding(P, seed = NULL)

Arguments

P

A convex polytope (H- or V-representation or zonotope).

seed

Optional. A fixed seed for the number generator.

Value

A numerical matrix that describes the rounded polytope, a numerical matrix of the inverse linear transofmation that is applied on the input polytope, the numerical vector the the input polytope is shifted and the determinant of the matrix of the linear transformation that is applied on the input polytope.