polynomial-0.6: Polynomials

Math.Polynomial.Newton

Synopsis

Documentation

newtonBasis :: Num 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.