Uses of Interface
edu.jas.gb.WordPairList
-
Packages that use WordPairList Package Description edu.jas.gb Groebner bases package.edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of WordPairList in edu.jas.gb
Classes in edu.jas.gb that implement WordPairList Modifier and Type Class Description class
OrderedWordPairlist<C extends RingElem<C>>
Pair list management of word polynomials.Fields in edu.jas.gb declared as WordPairList Modifier and Type Field Description WordPairList<C>
WordGroebnerBaseAbstract. strategy
Strategy for pair selection.Methods in edu.jas.gb that return WordPairList Modifier and Type Method Description WordPairList<C>
OrderedWordPairlist. create(GenWordPolynomialRing<C> r)
Create a new WordPairList.WordPairList<C>
WordPairList. create(GenWordPolynomialRing<C> r)
Create a new WordPairList.Constructors in edu.jas.gb with parameters of type WordPairList Constructor Description WordGroebnerBaseAbstract(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 WordPairList Constructor Description WordGroebnerBasePseudoRecSeq(RingFactory<GenPolynomial<C>> rf, WordPseudoReductionSeq<GenPolynomial<C>> red, WordPairList<GenPolynomial<C>> pl)
Constructor.WordGroebnerBasePseudoSeq(RingFactory<C> rf, WordPseudoReductionSeq<C> red, WordPairList<C> pl)
Constructor.
-