|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.ring.GroebnerBase
public class GroebnerBase
Groebner Bases class. Implements Groebner bases and GB test.
| Constructor Summary | |
|---|---|
GroebnerBase()
|
|
| Method Summary | |
|---|---|
static java.util.ArrayList |
DIGBMI(java.util.List Gp)
Minimal ordered groebner basis. |
static java.util.ArrayList |
DIRPGB(int modv,
java.util.List F)
|
static java.util.ArrayList |
DIRPGB(java.util.List F)
Groebner base using pairlist class. |
static boolean |
isDIRPGB(int modv,
java.util.List F)
|
static boolean |
isDIRPGB(java.util.List F)
Groebner base test |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroebnerBase()
| Method Detail |
|---|
public static boolean isDIRPGB(java.util.List F)
public static boolean isDIRPGB(int modv,
java.util.List F)
public static java.util.ArrayList DIRPGB(java.util.List F)
public static java.util.ArrayList DIRPGB(int modv,
java.util.List F)
public static java.util.ArrayList DIGBMI(java.util.List Gp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||