interpolation-0.0: piecewise linear and cubic Hermite interpolation

Safe HaskellSafe-Inferred

Numeric.Interpolation.Type

Documentation

data T x y ny Source

Constructors

Cons 

Fields

ssvFromNodes :: [x] -> [y] -> String
 
interpolatePiece :: T x y ny
 
basisFunctions :: [x] -> [T x ny]
 
coefficientsToInterpolator :: [x] -> [y] -> T x ny
 
valueFromNode :: ny -> y