|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModGroebnerBase<C extends RingElem<C>>
Module Groebner Bases interface. Defines Groebner bases and GB test.
Method Summary | |
---|---|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> F)
Groebner base using pairlist class. |
ModuleList<C> |
GB(ModuleList<C> M)
GB. |
boolean |
isGB(int modv,
java.util.List<GenPolynomial<C>> F)
Module Groebner base test. |
boolean |
isGB(ModuleList<C> M)
isGB. |
Method Detail |
---|
boolean isGB(int modv, java.util.List<GenPolynomial<C>> F)
boolean isGB(ModuleList<C> M)
M
- a module basis.
java.util.List<GenPolynomial<C>> GB(int modv, java.util.List<GenPolynomial<C>> F)
ModuleList<C> GB(ModuleList<C> M)
M
- a module basis.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |