Module math

Source
Expand description

§Mathematics

This module focuses on providing the mathematical foundation for the library. Any defined operation is designed to extend the functionality of the basic primitives as well as the ndarray crate.

Re-exports§

pub use self::traits::*;

Modules§

arith
stats
Statistics
traits