6 releases (breaking)

0.5.0 Apr 13, 2024
0.4.0 Mar 24, 2024
0.3.0 Mar 17, 2024
0.2.0 Apr 1, 2023
0.1.1 May 6, 2022

#328 in Math

Download history 11/week @ 2024-02-22 8/week @ 2024-02-29 130/week @ 2024-03-14 263/week @ 2024-03-21 16/week @ 2024-03-28 4/week @ 2024-04-04 146/week @ 2024-04-11 4/week @ 2024-04-18

150 downloads per month

MPL-2.0 license

21KB
331 lines

miniball

Minimum enclosing ball.

Build Documentation Downloads Version Rust License

  • Finds circumscribed n-ball of set of bounds.
  • Finds minimum n-ball enclosing set of points.

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.

See the release history to keep track of the development.

License

Copyright © 2022-2024 Rouven Spreckels rs@qu1x.dev

Licensed under the terms of the MPL-2.0.

The MPL allows the integration of MPL-licensed code into proprietary codebases, as long as the MPL-licensed components remain accessible under the terms of the MPL.

Contribution

Unless you explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Covered Software by You shall be licensed as above, without any additional terms or conditions.

Dependencies

~3MB
~57K SLoC