|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.singularsys.aa.polynomial.PolyExtractor
public class PolyExtractor
Utility class for converting an expression into a canonical polynomial representation.
Constructor Summary | |
---|---|
PolyExtractor()
Creates a new instance of PolyExtractor |
Method Summary | |
---|---|
static void |
extractFromTree(UntypifiedExpr e,
PolynomialExpr poly)
Extracts the coefficients and exponents of a polynomial expression from a canonized expression tree and places them in the poly PolynomialExp instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolyExtractor()
Method Detail |
---|
public static void extractFromTree(UntypifiedExpr e, PolynomialExpr poly) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |