|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RealPolynomial | |
---|---|
JSci.maths.polynomials |
Uses of RealPolynomial in JSci.maths.polynomials |
---|
Methods in JSci.maths.polynomials that return RealPolynomial | |
---|---|
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 |
RealLagrangeBasis.superposition(double[] c)
Same as above, but type-safe |
RealPolynomial |
RealMonomialBasis.superposition(double[] d)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |