Uses of Interface
edu.jas.gbufd.PseudoReduction
Packages that use PseudoReduction
-
Uses of PseudoReduction in edu.jas.gbufd
Subinterfaces of PseudoReduction in edu.jas.gbufdModifier and TypeInterfaceDescriptioninterface
RPseudoReduction<C extends RegularRingElem<C>>
Polynomial R pseudo reduction interface.Classes in edu.jas.gbufd that implement PseudoReductionModifier and TypeClassDescriptionclass
PseudoReductionPar<C extends RingElem<C>>
Polynomial pseudo reduction sequential use algorithm.class
PseudoReductionSeq<C extends RingElem<C>>
Polynomial pseudo reduction sequential use algorithm.class
RPseudoReductionSeq<C extends RegularRingElem<C>>
Polynomial regular ring pseudo reduction sequential use algorithm.Fields in edu.jas.gbufd declared as PseudoReductionModifier and TypeFieldDescriptionprotected final PseudoReduction
<C> GroebnerBasePseudoParallel.red
Pseudo reduction engine.protected final PseudoReduction
<GenPolynomial<C>> GroebnerBasePseudoRecParallel.red
Pseudo reduction engine.protected final PseudoReduction
<GenPolynomial<C>> GroebnerBasePseudoRecSeq.red
Pseudo reduction engine.protected final PseudoReduction
<C> GroebnerBasePseudoSeq.red
Pseudo reduction engine.protected final PseudoReduction
<C> GroebnerBasePseudoRecParallel.redRec
Pseudo reduction engine.protected final PseudoReduction
<C> GroebnerBasePseudoRecSeq.redRec
Pseudo reduction engine.Constructors in edu.jas.gbufd with parameters of type PseudoReductionModifierConstructorDescriptionGroebnerBasePseudoParallel
(int threads, RingFactory<C> rf, PseudoReduction<C> red) Constructor.GroebnerBasePseudoParallel
(int threads, RingFactory<C> rf, PseudoReduction<C> red, ExecutorService pool) Constructor.GroebnerBasePseudoParallel
(int threads, RingFactory<C> rf, PseudoReduction<C> red, ExecutorService pool, PairList<C> pl) Constructor.GroebnerBasePseudoRecParallel
(int threads, RingFactory<GenPolynomial<C>> rf, PseudoReduction<GenPolynomial<C>> red) Constructor.GroebnerBasePseudoRecParallel
(int threads, RingFactory<GenPolynomial<C>> rf, PseudoReduction<GenPolynomial<C>> red, ExecutorService pool) Constructor.GroebnerBasePseudoRecParallel
(int threads, RingFactory<GenPolynomial<C>> rf, PseudoReduction<GenPolynomial<C>> red, ExecutorService pool, PairList<GenPolynomial<C>> pl) Constructor.GroebnerBasePseudoRecSeq
(PseudoReduction<GenPolynomial<C>> red, RingFactory<GenPolynomial<C>> rf, PairList<GenPolynomial<C>> pl) Constructor.GroebnerBasePseudoSeq
(PseudoReduction<C> red, RingFactory<C> rf, PairList<C> pl) Constructor.