aivika-1.3: A multi-paradigm simulation library

Stabilityexperimental
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Safe HaskellSafe-Inferred

Simulation.Aivika.Dynamics.Interpolate

Description

Tested with: GHC 7.6.3

This module defines interpolation functions. These functions complement the memoization.

Synopsis

Documentation

initDynamics :: Dynamics a -> Dynamics aSource

Return the initial value.

discreteDynamics :: Dynamics a -> Dynamics aSource

Discretize the computation in the integration time points.

interpolateDynamics :: Dynamics a -> Dynamics aSource

Interpolate the computation based on the integration time points only. Unlike the discreteDynamics function it knows about the intermediate time points that are used in the Runge-Kutta method.