Uses of Class
edu.jas.gb.WordGroebnerBaseAbstract
Packages that use WordGroebnerBaseAbstract
Package
Description
Groebner base application package.
Groebner bases package.
Groebner bases using unique factorization package.
-
Uses of WordGroebnerBaseAbstract in edu.jas.application
Fields in edu.jas.application declared as WordGroebnerBaseAbstractModifier and TypeFieldDescriptionprotected final WordGroebnerBaseAbstract
<C> WordIdeal.bb
Groebner base engine.protected final WordGroebnerBaseAbstract
<C> WordResidueRing.bb
Groebner base engine.Constructors in edu.jas.application with parameters of type WordGroebnerBaseAbstractModifierConstructorDescriptionWordIdeal
(GenWordPolynomialRing<C> ring, List<GenWordPolynomial<C>> list, boolean gb, WordGroebnerBaseAbstract<C> bb) Constructor.WordIdeal
(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 WordGroebnerBaseAbstract in edu.jas.gb
Subclasses of WordGroebnerBaseAbstract in edu.jas.gbModifier and TypeClassDescriptionclass
WordGroebnerBaseSeq<C extends RingElem<C>>
Non-commutative word Groebner Base sequential algorithm. -
Uses of WordGroebnerBaseAbstract in edu.jas.gbufd
Subclasses of WordGroebnerBaseAbstract in edu.jas.gbufdModifier and TypeClassDescriptionclass
WordGroebnerBasePseudoRecSeq<C extends GcdRingElem<C>>
Non-commutative word Groebner Base sequential algorithm.class
WordGroebnerBasePseudoSeq<C extends GcdRingElem<C>>
Non-commutative word Groebner Base sequential algorithm.Methods in edu.jas.gbufd with parameters of type WordGroebnerBaseAbstractModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
List<GenWordPolynomial<C>> PolyGBUtil.intersect
(GenWordPolynomialRing<C> pfac, List<GenWordPolynomial<C>> A, List<GenWordPolynomial<C>> B, WordGroebnerBaseAbstract<C> bb) Intersection.