aivika-5.0.1: A multi-method simulation library

CopyrightCopyright (c) 2009-2016 David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellSafe
LanguageHaskell2010

Simulation.Aivika.Table

Description

Tested with: GHC 8.0.1

It defines the table functions.

Synopsis

Documentation

tableLookup :: Double -> Array Int (Double, Double) -> Double Source #

Lookup x in a table of pairs (x, y) using linear interpolation.

tableLookupStepwise :: Double -> Array Int (Double, Double) -> Double Source #

Lookup x in a table of pairs (x, y) using stepwise function.