Crates.io | noptim |
lib.rs | noptim |
version | 0.1.0 |
source | src |
created_at | 2015-06-28 17:21:22.45248 |
updated_at | 2015-12-11 23:54:29.779751 |
description | Numerical ptimization library. |
homepage | |
repository | |
max_upload_size | |
id | 2484 |
size | 10,240 |
noptim is a numerical optimization library in rust.
You will need the last stable build of the rust compiler and the official package manager: cargo.
Simply add the following to your Cargo.toml
file:
[dependencies]
noptim = "*"
Currently nothing.