peroxide 0.41.0

Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax
1
2
3
4
5
6
7
#[macro_use]
extern crate peroxide;
#[allow(unused_imports)]
use peroxide::fuga::*;

mod dataframe;
mod o3;