numeric-ode-0.0.0.0: Ode solvers

Safe HaskellSafe
LanguageHaskell2010

Math.Integrators.Internal

Synopsis

Documentation

type Integrator a Source #

Arguments

 = Double

Step

-> a

Initial value

-> a

Next value

Integrator function - Phi [h] |-> y_0 -> y_1