Crates.io | argmin-math |
lib.rs | argmin-math |
version | 0.4.0 |
source | src |
created_at | 2022-07-31 10:54:51.811202 |
updated_at | 2024-02-27 12:40:37.125489 |
description | argmin math abstractions |
homepage | https://argmin-rs.org |
repository | https://github.com/argmin-rs/argmin |
max_upload_size | |
id | 636081 |
size | 407,922 |
Mathematical optimization in pure Rust
Website | Book | Docs (latest release) | Docs (main branch)
This create provides a abstractions for mathematical operations needed in argmin.
The supported math backends so far are basic Vec
s, ndarray
and nalgebra
.
Please consult the documentation for details.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.