Module lazyivy::explicit

source ·
Expand description

Explicit Runge-Kutta Methods

Structs§

  • Struct for adaptive step size Runge-Kutta integration. Stores the integration state at every iteration. Implements Iterator.
  • Builder struct for RungeKutta. It can be called directly or via RungeKutta::builder(). Like RungeKutta, it is generic over the evaluation function and predicate.