Uses of Interface
edu.jas.gb.WordPairList
Packages that use WordPairList
Package
Description
Groebner bases package.
Groebner bases using unique factorization package.
-
Uses of WordPairList in edu.jas.gb
Classes in edu.jas.gb that implement WordPairListModifier and TypeClassDescriptionclassOrderedWordPairlist<C extends RingElem<C>>Pair list management of word polynomials.Fields in edu.jas.gb declared as WordPairListModifier and TypeFieldDescriptionfinal WordPairList<C> WordGroebnerBaseAbstract.strategyStrategy for pair selection.Methods in edu.jas.gb that return WordPairListModifier and TypeMethodDescriptionOrderedWordPairlist.create(GenWordPolynomialRing<C> r) Create a new WordPairList.WordPairList.create(GenWordPolynomialRing<C> r) Create a new WordPairList.Constructors in edu.jas.gb with parameters of type WordPairListModifierConstructorDescriptionWordGroebnerBaseAbstract(WordReduction<C> red, WordPairList<C> pl) Constructor.WordGroebnerBaseSeq(WordReduction<C> red, WordPairList<C> pl) Constructor. -
Uses of WordPairList in edu.jas.gbufd
Constructors in edu.jas.gbufd with parameters of type WordPairListModifierConstructorDescriptionWordGroebnerBasePseudoRecSeq(RingFactory<GenPolynomial<C>> rf, WordPseudoReductionSeq<GenPolynomial<C>> red, WordPairList<GenPolynomial<C>> pl) Constructor.WordGroebnerBasePseudoSeq(RingFactory<C> rf, WordPseudoReductionSeq<C> red, WordPairList<C> pl) Constructor.