Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Numeric.Interpolation.Piecewise
- interpolate :: Ord x => T x y ny -> T x ny -> x -> y
- interpolateConstantExt :: Ord x => T x y ny -> T x ny -> x -> y
interpolation-0.1.0.2: piecewise linear and cubic Hermite interpolation
Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Numeric.Interpolation.Piecewise