|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.singularsys.aa.polynomial.PolySimplifier
public class PolySimplifier
Utility class for collecting terms with equal exponents and removing terms with zero coefficients from a polynomial
Constructor Summary | |
---|---|
PolySimplifier()
Creates a new instance of PolySimplifier |
Method Summary | |
---|---|
static void |
simplify(PolynomialExpr poly)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolySimplifier()
Method Detail |
---|
public static void simplify(PolynomialExpr poly)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |