[][src]Module bacon_sci::ivp::rk

Structs

RK45

Runge-Kutta-Fehlberg method for solving an IVP.

RKInfo

Provides an IVPSolver implementation for RungeKuttaSolver, based entirely on the Butch Tableaux coefficients. It is up to the RungeKuttaSolver to set up RKInfo. See RK45 for an example.

Traits

RungeKuttaSolver

This trait allows a struct to be used in the Runge-Kutta solver.