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