conflux 0.1.2

Fixed-point optimization in rust
Documentation
1
2
3
4
//! Module for linear mixing algorithms

pub mod anderson;
pub mod linear;