Uses of Class
JSci.maths.polynomials.RealPolynomial

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 RealMonomialBasis.superposition(double[] d)
           
 RealPolynomial RealLagrangeBasis.superposition(double[] c)
          Same as above, but type-safe