Uses of Class
edu.nrao.sss.math.PolynomialTerm

Packages that use PolynomialTerm
edu.nrao.sss.math Mathematical classes. 
 

Uses of PolynomialTerm in edu.nrao.sss.math
 

Methods in edu.nrao.sss.math that return PolynomialTerm
 PolynomialTerm PolynomialTerm.clone()
          Returns an polynomial term that is equal to this one.
 PolynomialTerm PolynomialTerm.createDerivativeTerm()
          Returns a term that is a derivative of this term.
 PolynomialTerm Polynomial.getNonNullTerm(int exponent)
          Returns a copy of this polynomial's term with the given exponent.
 PolynomialTerm Polynomial.getTerm(int exponent)
          Returns a copy of this polynomial's term with the given exponent.
static PolynomialTerm PolynomialTerm.parse(String termString)
          Returns a new term based on termString.
 

Methods in edu.nrao.sss.math that return types with arguments of type PolynomialTerm
 SortedMap<Integer,PolynomialTerm> Polynomial.getTerms()
          Returns a set of copies of the terms of this polynomial.
 

Methods in edu.nrao.sss.math with parameters of type PolynomialTerm
 double PolynomialTerm.add(PolynomialTerm otherTerm)
          Adds otherTerm to this one, if and only if its exponent is the same as this term's.
 void Polynomial.add(PolynomialTerm term)
          Adds a term to this polynomial.
 int PolynomialTerm.compareTo(PolynomialTerm otherTerm)
          Compares this term with the otherTerm for order.
 void Polynomial.replace(PolynomialTerm newTerm)
          Replaces a term in this polynomial with a copy of newTerm.
 



Copyright © 2009. All Rights Reserved.