Uses of Class
edu.jas.application.ColoredSystem
-
Packages that use ColoredSystem Package Description edu.jas.application Groebner base application package. -
-
Uses of ColoredSystem in edu.jas.application
Fields in edu.jas.application with type parameters of type ColoredSystem Modifier and Type Field Description java.util.List<ColoredSystem<C>>
GroebnerSystem. list
List of colored systems.Methods in edu.jas.application that return ColoredSystem Modifier and Type Method Description ColoredSystem<C>
ColoredSystem. copy()
Copy this colored polynomial system.ColoredSystem<C>
ComprehensiveGroebnerBaseSeq. minimalGB(ColoredSystem<C> cs)
Minimal ordered Groebner basis.ColoredSystem<C>
ColoredSystem. reDetermine()
Re determine colorings of polynomials.Methods in edu.jas.application that return types with arguments of type ColoredSystem Modifier and Type Method Description java.util.List<ColoredSystem<C>>
ColoredSystem. addToList(java.util.List<ColoredSystem<C>> L)
Add to list of colored systems.java.util.List<ColoredSystem<C>>
CReductionSeq. determine(java.util.List<Condition<C>> cd, java.util.List<GenPolynomial<GenPolynomial<C>>> H)
Determine polynomial list.java.util.List<ColoredSystem<C>>
CReductionSeq. determine(java.util.List<GenPolynomial<GenPolynomial<C>>> H)
Determine polynomial list.java.util.List<ColoredSystem<C>>
ComprehensiveGroebnerBaseSeq. determineAddPairs(ColoredSystem<C> cs, ColorPolynomial<C> A)
Determine polynomial relative to a condition of a colored system and add pairs.Methods in edu.jas.application with parameters of type ColoredSystem Modifier and Type Method Description java.util.List<ColoredSystem<C>>
ComprehensiveGroebnerBaseSeq. determineAddPairs(ColoredSystem<C> cs, ColorPolynomial<C> A)
Determine polynomial relative to a condition of a colored system and add pairs.ColoredSystem<C>
ComprehensiveGroebnerBaseSeq. minimalGB(ColoredSystem<C> cs)
Minimal ordered Groebner basis.Method parameters in edu.jas.application with type arguments of type ColoredSystem Modifier and Type Method Description java.util.List<ColoredSystem<C>>
ColoredSystem. addToList(java.util.List<ColoredSystem<C>> L)
Add to list of colored systems.boolean
ComprehensiveGroebnerBaseSeq. isGBsys(int modv, java.util.List<ColoredSystem<C>> CS)
Comprehensive-Groebner system test.boolean
ComprehensiveGroebnerBaseSeq. isGBsys(java.util.List<ColoredSystem<C>> CS)
Comprehensive-Groebner system test.static <C extends GcdRingElem<C>>
java.util.List<GenPolynomial<Product<Residue<C>>>>PolyUtilApp. toProductRes(java.util.List<ColoredSystem<C>> CS)
Product residue representation.Constructor parameters in edu.jas.application with type arguments of type ColoredSystem Constructor Description GroebnerSystem(java.util.List<ColoredSystem<C>> S)
Constructor for a Groebner system.
-