peroxide 0.43.0

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
8
9
10
11
12
//! Shared trait definitions: mathematics, functional programming, mutability, pointers, and numeric abstractions

pub mod float;
pub mod fp;
pub mod general;
pub mod math;
pub mod matrix;
pub mod mutable;
pub mod num;
pub mod pointer;
pub mod stable;
pub mod sugar;