|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.poly.TermOrder
public final class TermOrder
Term order class for ordered polynomials.
Field Summary | |
---|---|
static int |
DEFAULT_EVORD
|
static int |
GRLEX
|
static int |
IGRLEX
|
static int |
INVLEX
|
static int |
LEX
|
static int |
REVILEX
|
static int |
REVITDG
|
static int |
REVLEX
|
static int |
REVTDEG
|
Constructor Summary | |
---|---|
TermOrder()
Default constructor |
|
TermOrder(int evord)
Constructor for given order |
|
TermOrder(int r,
int split)
Default constructor for split orders |
|
TermOrder(int ev1,
int ev2,
int r,
int split)
Constructor for given split orders |
|
TermOrder(long[] w)
Constructor for given weight order |
|
TermOrder(long[] w,
int split)
Constructor for weighted split orders |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object B)
|
java.util.Comparator |
getAscendComparator()
|
java.util.Comparator |
getDescendComparator()
|
int |
getEvord()
|
int |
getEvord2()
|
java.util.Comparator |
getSugarComparator()
|
long[] |
getWeight()
|
java.lang.String |
toString()
|
java.lang.String |
weightToString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LEX
public static final int INVLEX
public static final int GRLEX
public static final int IGRLEX
public static final int REVLEX
public static final int REVILEX
public static final int REVTDEG
public static final int REVITDG
public static final int DEFAULT_EVORD
Constructor Detail |
---|
public TermOrder()
public TermOrder(int evord)
public TermOrder(long[] w)
public TermOrder(long[] w, int split)
public TermOrder(int r, int split)
public TermOrder(int ev1, int ev2, int r, int split)
Method Detail |
---|
public int getEvord()
public int getEvord2()
public long[] getWeight()
public java.util.Comparator getDescendComparator()
public java.util.Comparator getAscendComparator()
public java.util.Comparator getSugarComparator()
public boolean equals(java.lang.Object B)
equals
in class java.lang.Object
public java.lang.String weightToString()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |