SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.function.polynomial

Class Summary
HornerScheme Horner scheme is an algorithm for the efficient evaluation of polynomials in monomial form.
Polynomial Polynomial is a UnivariateRealFunction that represents a finite length expression constructed from variables and constants, using the operations of addition, subtraction, multiplication, and constant non-negative whole number exponents.
QuadraticSyntheticDivision Divide polynomial P(x) by the quadratic monomial (x2 + ux + v) and give the quotient Q(x) and the remainder (b * (x + u) + a).
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.