| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Numeric.Interpolation.Piecewise
Synopsis
- interpolate :: Ord x => T x y ny -> T x ny -> x -> y
- interpolateConstantExt :: Ord x => T x y ny -> T x ny -> x -> y
Documentation
interpolate :: Ord x => T x y ny -> T x ny -> x -> y #
It is a checked error to interpolate outside of the range of nodes.
interpolateConstantExt :: Ord x => T x y ny -> T x ny -> x -> y #
Outside the range of nodes the interpolation function takes the value of the respective border.