polynomial-0.7.1: Polynomials

Safe HaskellNone

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.