Vec<f64>
Statistics
Matrix
RNG
Real
ODE
State<T>
ExplicitODE
To use peroxide, you should edit Cargo.toml
peroxide
Cargo.toml
Current document version is corresponding to 0.10.0
0.10.0
peroxide = "0.10"
You can import all functions & structures at once
extern crate peroxide; use peroxide::*; fn main() { //Some codes... }