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

View source: R/RcppExports.R

roundingR Documentation

Internal rcpp function for the rounding of a convex polytope

Description

Internal rcpp function for the rounding of a convex polytope

Usage

rounding(P, settings = NULL, seed = NULL)

Arguments

P

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

settings

A list to set the random walk and its walk length

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.


volesti documentation built on Sept. 19, 2023, 5:08 p.m.