Uses of Interface
edu.jas.gb.WordReduction
Packages that use WordReduction
Package
Description
Groebner base application package.
Groebner bases package.
Groebner bases using unique factorization package.
-
Uses of WordReduction in edu.jas.application
Fields in edu.jas.application declared as WordReductionModifier and TypeFieldDescriptionprotected final WordReduction<C> WordIdeal.redReduction engine.Constructors in edu.jas.application with parameters of type WordReductionModifierConstructorDescriptionWordIdeal(GenWordPolynomialRing<C> ring, List<GenWordPolynomial<C>> list, boolean gb, WordGroebnerBaseAbstract<C> bb, WordReduction<C> red) Constructor.WordIdeal(GenWordPolynomialRing<C> ring, List<GenWordPolynomial<C>> list, WordGroebnerBaseAbstract<C> bb, WordReduction<C> red) Constructor. -
Uses of WordReduction in edu.jas.gb
Classes in edu.jas.gb that implement WordReductionModifier and TypeClassDescriptionclassWordReductionAbstract<C extends RingElem<C>>Polynomial word reduction abstract class.classWordReductionSeq<C extends RingElem<C>>Polynomial word reduction sequential use algorithm.Fields in edu.jas.gb declared as WordReductionModifier and TypeFieldDescriptionfinal WordReduction<C> WordGroebnerBaseAbstract.redReduction engine.protected final WordReduction<C> OrderedWordPairlist.reductionConstructors in edu.jas.gb with parameters of type WordReductionModifierConstructorDescriptionConstructor.WordGroebnerBaseAbstract(WordReduction<C> red, WordPairList<C> pl) Constructor.Constructor.WordGroebnerBaseSeq(WordReduction<C> red, WordPairList<C> pl) Constructor. -
Uses of WordReduction in edu.jas.gbufd
Subinterfaces of WordReduction in edu.jas.gbufdModifier and TypeInterfaceDescriptioninterfaceWordPseudoReduction<C extends RingElem<C>>Polynomial pseudo reduction interface.Classes in edu.jas.gbufd that implement WordReductionModifier and TypeClassDescriptionclassWordPseudoReductionSeq<C extends RingElem<C>>Polynomial word reduction sequential use algorithm.