|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- coefficient typepublic interface ModSolvableGroebnerBase<C extends RingElem<C>>
Module solvable Groebner Bases interface. Defines modull solvabe Groebner bases and GB test.
Method Summary | |
---|---|
boolean |
isLeftGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Module left Groebner base test. |
boolean |
isLeftGB(ModuleList<C> M)
Module left Groebner base test. |
boolean |
isRightGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Module right Groebner base test. |
boolean |
isRightGB(ModuleList<C> M)
Module right Groebner base test. |
boolean |
isTwosidedGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Module twosided Groebner base test. |
boolean |
isTwosidedGB(ModuleList<C> M)
Module twosided Groebner base test. |
java.util.List<GenSolvablePolynomial<C>> |
leftGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Left Groebner base using pairlist class. |
ModuleList<C> |
leftGB(ModuleList<C> M)
Left Groebner base using pairlist class. |
java.util.List<GenSolvablePolynomial<C>> |
rightGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Right Groebner base using pairlist class. |
ModuleList<C> |
rightGB(ModuleList<C> M)
Right Groebner base using pairlist class. |
java.util.List<GenSolvablePolynomial<C>> |
twosidedGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Twosided Groebner base using pairlist class. |
ModuleList<C> |
twosidedGB(ModuleList<C> M)
Twosided Groebner base using pairlist class. |
Method Detail |
---|
boolean isLeftGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv
- number of modul variables.F
- a module basis.
boolean isLeftGB(ModuleList<C> M)
M
- a module basis.
java.util.List<GenSolvablePolynomial<C>> leftGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv
- number of modul variables.F
- a module basis.
ModuleList<C> leftGB(ModuleList<C> M)
M
- a module basis.
boolean isTwosidedGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv
- number of modul variables.F
- a module basis.
boolean isTwosidedGB(ModuleList<C> M)
M
- a module basis.
java.util.List<GenSolvablePolynomial<C>> twosidedGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv
- number of modul variables.F
- a module basis.
ModuleList<C> twosidedGB(ModuleList<C> M)
M
- a module basis.
boolean isRightGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv
- number of modul variables.F
- a module basis.
boolean isRightGB(ModuleList<C> M)
M
- a module basis.
java.util.List<GenSolvablePolynomial<C>> rightGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv
- number of modul variables.F
- a module basis.
ModuleList<C> rightGB(ModuleList<C> M)
M
- a module basis.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |