min_enc.ball | R Documentation |
This function constructs a minimum enclosing ball for a set of points defining a tropical polytope.
min_enc.ball(A)
A |
matrix of points defining a tropical polytope. Rows are the points. |
list containing center point and radius of minimum enclosing ball of P
David Barnhill david.barnhill@nps.edu
Barnhill, David, Ruriko Yoshida and Keiji Miura (2023). Maximum Inscribed and Minimum Enclosing Tropical Balls of Tropical Polytopes and Applications to Volume Estimation and Uniform Sampling.
P <-matrix(c(0,0,0,0,3,1,0,2,5),3,3,TRUE)
min_enc.ball(P)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.