numopt 0.2.1

Numerical optimization problem abstractions, solver interfaces, and modeling tools.
Documentation
1
2
3
4
5
//! Sparse matrix data structures and associated tools.

pub mod coo;
pub mod csr;
pub mod item;