Expand description
Minimum enclosing ball.
- Finds circumscribed n-ball of set of bounds, see
Enclosing::with_bounds(). - Finds minimum n-ball enclosing set of points, see
Enclosing::enclosing_points().
§Roadmap
- Find minimum enclosing n-ball of n-balls.
- Find minimum-volume enclosing n-ellipsoid.
- Improve numerical stability and performance.
§Features
stdfor spilling recursion stack over to the heap if necessary. Enabled bydefault.
Re-exports§
pub use nalgebra;
Structs§
- Ball
- Ball over real field
Tof dimensionDwith center and radius squared.