Uses of Interface
edu.jas.gb.Reduction
Packages that use Reduction
Package
Description
Groebner base application package.
Groebner bases package.
Groebner bases using unique factorization package.
-
Uses of Reduction in edu.jas.application
Fields in edu.jas.application declared as ReductionConstructors in edu.jas.application with parameters of type ReductionModifierConstructorDescriptionIdeal
(PolynomialList<C> list, boolean gb, boolean topt, GroebnerBaseAbstract<C> bb, Reduction<C> red) Constructor.Ideal
(PolynomialList<C> list, boolean gb, GroebnerBaseAbstract<C> bb, Reduction<C> red) Constructor.Ideal
(PolynomialList<C> list, GroebnerBaseAbstract<C> bb, Reduction<C> red) Constructor. -
Uses of Reduction in edu.jas.gb
Subinterfaces of Reduction in edu.jas.gbModifier and TypeInterfaceDescriptioninterface
DReduction<C extends RingElem<C>>
Polynomial D Reduction interface.interface
EReduction<C extends RingElem<C>>
Polynomial E-Reduction interface.Classes in edu.jas.gb that implement ReductionModifier and TypeClassDescriptionclass
DReductionSeq<C extends RingElem<C>>
Polynomial D-Reduction sequential use algorithm.class
EReductionSeq<C extends RingElem<C>>
Polynomial E-Reduction sequential use algorithm.class
ReductionAbstract<C extends RingElem<C>>
Polynomial Reduction abstract class.class
ReductionPar<C extends RingElem<C>>
Polynomial reduction parallel usable algorithm.class
ReductionSeq<C extends RingElem<C>>
Polynomial reduction sequential use algorithm.Fields in edu.jas.gb declared as ReductionModifier and TypeFieldDescriptionGroebnerBaseAbstract.red
Reduction engine.MiReducerClient.red
MiReducerClientEC.red
MiReducerClientSeqPair.red
MiReducerServer.red
MiReducerServerEC.red
MiReducerServerSeqPair.red
SolvableGroebnerBaseAbstract.red
Reduction engine.OrderedPairlist.reduction
Constructors in edu.jas.gb with parameters of type ReductionModifierConstructorDescriptionGroebnerBaseAbstract
(Reduction<C> red) Constructor.GroebnerBaseAbstract
(Reduction<C> red, PairList<C> pl) Constructor.GroebnerBaseParallel
(int threads, Reduction<C> red) Constructor.GroebnerBaseParallel
(int threads, Reduction<C> red, PairList<C> pl) Constructor.GroebnerBaseParallel
(int threads, ExecutorService pool, Reduction<C> red) Constructor.GroebnerBaseParallel
(int threads, ExecutorService pool, Reduction<C> red, PairList<C> pl) Constructor.GroebnerBaseParIter
(int threads, Reduction<C> red) Constructor.GroebnerBaseParIter
(int threads, Reduction<C> red, PairList<C> pl) Constructor.GroebnerBaseParIter
(int threads, ExecutorService pool, Reduction<C> red) Constructor.GroebnerBaseParIter
(int threads, ExecutorService pool, Reduction<C> red, PairList<C> pl) Constructor.GroebnerBaseSeq
(Reduction<C> red) Constructor.GroebnerBaseSeq
(Reduction<C> red, PairList<C> pl) Constructor.GroebnerBaseSeqIter
(Reduction<C> red) Constructor.GroebnerBaseSeqIter
(Reduction<C> red, PairList<C> pl) Constructor.GroebnerBaseSeqPairDistributed
(int threads, int port, Reduction<C> red) Deprecated.Constructor.GroebnerBaseSeqPairDistributed
(int threads, Reduction<C> red) Deprecated.Constructor.GroebnerBaseSeqPairDistributed
(int threads, ExecutorService pool, int port, Reduction<C> red) Deprecated.Constructor.GroebnerBaseSeqPairParallel
(int threads, Reduction<C> red) Constructor.GroebnerBaseSeqPairParallel
(int threads, ExecutorService pool, Reduction<C> red) Constructor.GroebnerBaseSeqPairSeq
(Reduction<C> red) Constructor. -
Uses of Reduction in edu.jas.gbufd
Subinterfaces of Reduction in edu.jas.gbufdModifier and TypeInterfaceDescriptioninterface
PseudoReduction<C extends RingElem<C>>
Polynomial pseudo reduction interface.interface
RPseudoReduction<C extends RegularRingElem<C>>
Polynomial R pseudo reduction interface.interface
RReduction<C extends RegularRingElem<C>>
Polynomial R Reduction interface.Classes in edu.jas.gbufd that implement ReductionModifier 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.class
RReductionSeq<C extends RegularRingElem<C>>
Polynomial Regular ring Reduction sequential use algorithm.Fields in edu.jas.gbufd declared as ReductionModifier and TypeFieldDescriptionSolvableSyzygyAbstract.red
Reduction engine.SyzygyAbstract.red
Reduction engine.Constructors in edu.jas.gbufd with parameters of type ReductionModifierConstructorDescriptionGroebnerBaseFGLM
(Reduction<C> red) Constructor.GroebnerBaseFGLM
(Reduction<C> red, PairList<C> pl) Constructor.GroebnerBaseFGLM
(Reduction<C> red, PairList<C> pl, GroebnerBaseAbstract<C> gb) Constructor.