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
use num_complex::Complex;

pub type C64 = Complex<f64>;

pub mod integral;
pub mod matrix;
pub mod vector;