bench_ode

Benchmarks for ODE solvers.

Compares accuracy/cost of Euler, RK2, RK4, RKF45 and DOP54 on the canonical scaling problem dx/dt = x with x(0) = 1, target x(1) = e.

Values

pub fn main() -> Nil
Search Document