| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Polynomial | |
|---|---|
| math.approximations | |
| Uses of Polynomial in math.approximations | 
|---|
| Subclasses of Polynomial in math.approximations | |
|---|---|
|  class | PolynomialLeastSquareFitPolynomial least square fit without any error estimation. | 
| Methods in math.approximations that return Polynomial | |
|---|---|
|  Polynomial | Polynomial.add(double r) | 
|  Polynomial | Polynomial.add(Polynomial p)Adds the given polynomial to this polynomial. | 
|  Polynomial | Polynomial.deflate(double r)Deflates the polynomial by removing the root. | 
|  Polynomial | Polynomial.derivative()Gets the derivative of this polynomial. | 
|  Polynomial | Polynomial.divide(double r)Divides this polynomial by a constant. | 
|  Polynomial | Polynomial.divide(Polynomial p)Divides this polynomial by another polynomial. | 
|  Polynomial[] | Polynomial.divideWithRemainder(Polynomial p)Divides this polynomial by another polynomial. | 
| static Polynomial | Hermite.getPolynomial(int n) | 
|  Polynomial | Polynomial.integral()Integrates this polynomial. | 
|  Polynomial | Polynomial.integral(double value)Integrates this polynomial having the specified value for x = 0. | 
|  Polynomial | Polynomial.multiply(double r)Multipiels this polynomial by a constant. | 
|  Polynomial | Polynomial.multiply(Polynomial p)Multiplies this polynomial by another polynomial. | 
|  Polynomial | Polynomial.subtract(double r)Substracts a constant from this polynomial. | 
|  Polynomial | Polynomial.subtract(Polynomial p)Subtracts another polynomial from this polynomial. | 
| Methods in math.approximations with parameters of type Polynomial | |
|---|---|
|  Polynomial | Polynomial.add(Polynomial p)Adds the given polynomial to this polynomial. | 
|  Polynomial | Polynomial.divide(Polynomial p)Divides this polynomial by another polynomial. | 
|  Polynomial[] | Polynomial.divideWithRemainder(Polynomial p)Divides this polynomial by another polynomial. | 
|  Polynomial | Polynomial.multiply(Polynomial p)Multiplies this polynomial by another polynomial. | 
|  Polynomial | Polynomial.subtract(Polynomial p)Subtracts another polynomial from this polynomial. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||