Mathematical optimization in pure Rust
Website | Book | Docs (latest release) | Docs (main branch)
This create provides a abstractions for mathematical operations needed in [argmin](https://argmin-rs.org). The supported math backends so far are basic `Vec`s, `ndarray` and `nalgebra`. Please consult the documentation for details. ## License Licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/argmin-rs/argmin/blob/main/LICENSE-APACHE) or