Crate miniball

source ·
Expand description

Minimum enclosing ball.

§Roadmap

  • Find minimum enclosing n-ball of n-balls.
  • Find minimum-volume enclosing n-ellipsoid.
  • Improve numerical stability and performance.

§Features

  • std for spilling recursion stack over to the heap if necessary. Enabled by default.

Re-exports§

Structs§

  • Ball over real field T of dimension D with center and radius squared.

Traits§

  • Minimum double-ended queue interface.
  • Minimum enclosing ball.