resopt 0.3.0

Declarative constrained residual optimization in Rust
Documentation
1
2
/// Dense vector type used by the crate.
pub type Vector = Vec<f64>;