Uses of Enum
edu.jas.application.SolvableIdeal.Side
Packages that use SolvableIdeal.Side
-
Uses of SolvableIdeal.Side in edu.jas.application
Subclasses with type arguments of type SolvableIdeal.Side in edu.jas.applicationFields in edu.jas.application declared as SolvableIdeal.SideModifier and TypeFieldDescriptionprotected SolvableIdeal.SideSolvableIdeal.sidedIndicator of side of Groebner Base.Methods in edu.jas.application that return SolvableIdeal.SideModifier and TypeMethodDescriptionstatic SolvableIdeal.SideReturns 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.