1 2 3 4 5 6 7
const EPS: f64 = 1e-12; const BIG_EPS: f64 = 1e-8; const RELRATIO: f64 = 6e-4; pub mod matrix; pub mod scalar; pub mod sparse;