Uses of Enum
edu.jas.application.SolvableIdeal.Side
Packages that use SolvableIdeal.Side
-
Uses of SolvableIdeal.Side in edu.jas.application
Fields in edu.jas.application declared as SolvableIdeal.SideModifier and TypeFieldDescriptionprotected SolvableIdeal.Side
SolvableIdeal.sided
Indicator of side of Groebner Base.Methods in edu.jas.application that return SolvableIdeal.SideModifier and TypeMethodDescriptionstatic SolvableIdeal.Side
Returns the enum constant of this type with the specified name.static SolvableIdeal.Side[]
SolvableIdeal.Side.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.jas.application with parameters of type SolvableIdeal.SideModifierConstructorDescriptionSolvableIdeal
(GenSolvablePolynomialRing<C> ring, List<GenSolvablePolynomial<C>> F, boolean gb, SolvableIdeal.Side s) Constructor.SolvableIdeal
(GenSolvablePolynomialRing<C> ring, List<GenSolvablePolynomial<C>> F, SolvableIdeal.Side s) Constructor.SolvableIdeal
(PolynomialList<C> list, boolean gb, boolean topt, SolvableIdeal.Side s) Constructor.SolvableIdeal
(PolynomialList<C> list, boolean gb, boolean topt, SolvableGroebnerBaseAbstract<C> bb, SolvableReduction<C> red, SolvableIdeal.Side s) Constructor.SolvableIdeal
(PolynomialList<C> list, boolean gb, SolvableIdeal.Side s) Constructor.