Package | Description |
---|---|
JSci.maths.polynomials |
Modifier and Type | Method and Description |
---|---|
RealPolynomial |
RealPolynomial.differentiate()
Differentiate the real polynomial.
|
RealPolynomial |
RealPolynomial.divide(double a)
return a new real Polynomial with coefficients divided by a
|
RealPolynomial |
RealPolynomial.integrate()
"inverse" operation for differentiate
|
RealPolynomial |
RealPolynomial.multiply(double a)
Returns the multiplication of this polynomial by a scalar
|
RealPolynomial |
RealMonomialBasis.superposition(double[] d) |
RealPolynomial |
RealLagrangeBasis.superposition(double[] c)
Same as above, but type-safe
|