rounding {volesti} | R Documentation |
Internal rcpp function for the rounding of a convex polytope
rounding(P, WalkType = NULL, walk_step = NULL, radius = NULL)
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. |
A numerical matrix that describes the rounded polytope and contains the round value.
Do not use this function.