Peroxide icon indicating copy to clipboard operation
Peroxide copied to clipboard

Rust numeric library with R, MATLAB & Python syntax

Results 12 Peroxide issues
Sort by recently updated
recently updated
newest added

More numerical integrations are needed for convenience & accuracy. - [x] Newton-Cotes Quadrature - [x] Gauss-Legendre Quadrature (1 ~ 30) - [x] Gauss-Kronrod Quadrature - [x] G7K15 - [x] G10K21...

enhancement

# Description After Ver 0.23.0, `peroxide` will use two different main modules - `prelude` and `fuga`. * `prelude`: Contains all simplified functions. (ex: `a.norm()`, `integrate(f, (a,b))`) * `fuga`: Contains all...

enhancement