Skip to main content

1999 | OriginalPaper | Buchkapitel

Fast and Robust Smallest Enclosing Balls

verfasst von : Bernd Gärtner

Erschienen in: Algorithms - ESA’ 99

Verlag: Springer Berlin Heidelberg

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

I describe a C++ program for computing the smallest enclosing ball of a point set in d-dimensional space, using floating-point arithmetic only. The program is very fast for d ≤ 20, robust and simple (about 300 lines of code, excluding prototype definitions). Its new features are a pivoting approach resembling the simplex method for linear programming, and a robust update scheme for intermediate solutions. The program with complete documentation following the literate programming paradigm [3] is available on the Web.1

Metadaten
Titel
Fast and Robust Smallest Enclosing Balls
verfasst von
Bernd Gärtner
Copyright-Jahr
1999
Verlag
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/3-540-48481-7_29