peroxide 0.41.2

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

mod dataframe;
mod o3;