Uses of Interface
edu.jas.gbufd.RPseudoReduction
Packages that use RPseudoReduction
-
Uses of RPseudoReduction in edu.jas.gbufd
Classes in edu.jas.gbufd that implement RPseudoReductionModifier and TypeClassDescriptionclass
RPseudoReductionSeq<C extends RegularRingElem<C>>
Polynomial regular ring pseudo reduction sequential use algorithm.Fields in edu.jas.gbufd declared as RPseudoReductionModifier and TypeFieldDescriptionprotected final RPseudoReduction
<C> RGroebnerBasePseudoSeq.red
Pseudo reduction engine.Constructors in edu.jas.gbufd with parameters of type RPseudoReductionModifierConstructorDescriptionRGroebnerBasePseudoSeq
(RPseudoReduction<C> red, RingFactory<C> rf) Constructor.