compute 0.2.3

A crate for statistical computing.
Documentation
1
2
3
4
5
6
7
pub mod cholesky;
pub mod lu;
pub mod substitution;

pub use cholesky::*;
pub use lu::*;
pub use substitution::*;