Learn R Programming

volesti (version 1.0.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, WalkType = NULL, walk_step = NULL, radius = NULL)

Arguments

P

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

WalkType

Optional. A string that declares the random walk.

walk_step

Optional. The number of the steps for the random walk.

radius

Optional. The radius for the ball walk.

Value

A numerical matrix that describes the rounded polytope and contains the round value.

warning

Do not use this function.