mathbox 0.2.0

A math toolbox
Documentation
1
2
3
4
5
6
7
8
9
10
//! 
//! `Mathbox` is a collection of math tools for Rust. `na` stands for Numric Analisys; `opt` is Optimization; `stats` is Statistics. There will be more modules in the future.
//!
//! `app` is a collection of tools for different filed such as time series signal processing, based on `na`, `opt`, `stats` and other basic modules.


pub mod app;
pub mod na;
pub mod opt;
pub mod stats;