Crate freude [] [src]

Reexports

pub use observers::Observer;

Modules

observers

Structs

Euler
Heun
Integrator

An integrator that takes ownership of stepper and observer.

RungeKutta4

Traits

ODE
Stepper

A trait defining the interface of an integration method.

Stepper

A trait defining the interface of an integration method.

ZipMarker

An internal marker trait to avoid trait impl conflicts.