Class | Description |
---|---|
CauchyPolynomial |
The Cauchy's polynomial of a polynomial takes this form:
|
HornerScheme |
Horner scheme is an algorithm for the efficient evaluation of polynomials in monomial form.
|
Polynomial |
A 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. |
QuadraticMonomial |
A quadratic monomial has this form: x2 + ux + v.
|
QuadraticSyntheticDivision |
Divide a polynomial P(x) by a quadratic monomial (x2 + ux + v)
to give the quotient Q(x) and the remainder (b * (x + u) + a).
|
ScaledPolynomial |
This constructs a scaled polynomial that has neither too big or too small coefficients,
hence avoiding overflow or underflow.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.