polynomial-0.7.3: Polynomials

Safe HaskellNone
LanguageHaskell98

Math.Polynomial.Newton

Synopsis

Documentation

newtonBasis :: (Num a, Eq a) => [a] -> [Poly a] Source #

Returns the Newton basis set of polynomials associated with a set of abscissas. This is the set of monic polynomials each of which is 0 at all previous points in the input list.