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 TypeInterfaceDescriptioninterfaceDReduction<C extends RingElem<C>>Polynomial D Reduction interface.interfaceEReduction<C extends RingElem<C>>Polynomial E-Reduction interface.Classes in edu.jas.gb that implement ReductionModifier and TypeClassDescriptionclassDReductionSeq<C extends RingElem<C>>Polynomial D-Reduction sequential use algorithm.classEReductionSeq<C extends RingElem<C>>Polynomial E-Reduction sequential use algorithm.classReductionAbstract<C extends RingElem<C>>Polynomial Reduction abstract class.classReductionPar<C extends RingElem<C>>Polynomial reduction parallel usable algorithm.classReductionSeq<C extends RingElem<C>>Polynomial reduction sequential use algorithm.Fields in edu.jas.gb declared as ReductionModifier and TypeFieldDescriptionGroebnerBaseAbstract.redReduction engine.MiReducerClient.redMiReducerClientEC.redMiReducerClientSeqPair.redMiReducerServer.redMiReducerServerEC.redMiReducerServerSeqPair.redSolvableGroebnerBaseAbstract.redReduction engine.OrderedPairlist.reductionConstructors 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 TypeInterfaceDescriptioninterfacePseudoReduction<C extends RingElem<C>>Polynomial pseudo reduction interface.interfaceRPseudoReduction<C extends RegularRingElem<C>>Polynomial R pseudo reduction interface.interfaceRReduction<C extends RegularRingElem<C>>Polynomial R Reduction interface.Classes in edu.jas.gbufd that implement ReductionModifier and TypeClassDescriptionclassPseudoReductionPar<C extends RingElem<C>>Polynomial pseudo reduction sequential use algorithm.classPseudoReductionSeq<C extends RingElem<C>>Polynomial pseudo reduction sequential use algorithm.classRPseudoReductionSeq<C extends RegularRingElem<C>>Polynomial regular ring pseudo reduction sequential use algorithm.classRReductionSeq<C extends RegularRingElem<C>>Polynomial Regular ring Reduction sequential use algorithm.Fields in edu.jas.gbufd declared as ReductionModifier and TypeFieldDescriptionSolvableSyzygyAbstract.redReduction engine.SyzygyAbstract.redReduction 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.