interpolation-0.1.1.2: piecewise linear and cubic Hermite interpolation
Safe HaskellSafe-Inferred
LanguageHaskell98

Numeric.Interpolation.Basis.Full

Description

Interpolation basis functions using all given nodes. The represented functions are equivalent to the ones from Numeric.Interpolation.Basis.Compact but less efficient for evaluation.

Documentation

linear :: Num b => [a] -> [T a b] Source #

hermite1 :: Num b => [a] -> [T a (b, b)] Source #