|
SuanShu, a Java numerical and statistical library | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
| 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 | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||