Uses of Interface
edu.jas.gb.Reduction
-
Packages that use Reduction Package Description edu.jas.application Groebner base application package.edu.jas.gb Groebner bases package.edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of Reduction in edu.jas.application
Fields in edu.jas.application declared as Reduction Modifier and Type Field Description protected Reduction<C>Ideal. redReduction engine.Constructors in edu.jas.application with parameters of type Reduction Constructor Description Ideal(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.gb Modifier and Type Interface Description interfaceDReduction<C extends RingElem<C>>Polynomial D Reduction interface.interfaceEReduction<C extends RingElem<C>>Polynomial E-Reduction interface.Classes in edu.jas.gb that implement Reduction Modifier and Type Class Description classDReductionSeq<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 Reduction Modifier and Type Field Description Reduction<C>GroebnerBaseAbstract. redReduction engine.private Reduction<C>MiReducerClient. redprivate Reduction<C>MiReducerClientEC. redprivate Reduction<C>MiReducerClientSeqPair. redprivate Reduction<C>MiReducerServer. redprivate Reduction<C>MiReducerServerEC. redprivate Reduction<C>MiReducerServerSeqPair. redReduction<C>SolvableGroebnerBaseAbstract. redReduction engine.protected Reduction<C>OrderedPairlist. reductionConstructors in edu.jas.gb with parameters of type Reduction Constructor Description GroebnerBaseAbstract(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, java.util.concurrent.ExecutorService pool, Reduction<C> red)Constructor.GroebnerBaseParallel(int threads, java.util.concurrent.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, java.util.concurrent.ExecutorService pool, Reduction<C> red)Constructor.GroebnerBaseParIter(int threads, java.util.concurrent.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, java.util.concurrent.ExecutorService pool, int port, Reduction<C> red)Deprecated.Constructor.GroebnerBaseSeqPairParallel(int threads, Reduction<C> red)Constructor.GroebnerBaseSeqPairParallel(int threads, java.util.concurrent.ExecutorService pool, Reduction<C> red)Constructor.GroebnerBaseSeqPairSeq(Reduction<C> red)Constructor. -
Uses of Reduction in edu.jas.gbufd
Subinterfaces of Reduction in edu.jas.gbufd Modifier and Type Interface Description interfacePseudoReduction<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 Reduction Modifier and Type Class Description classPseudoReductionPar<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 Reduction Modifier and Type Field Description protected Reduction<C>SolvableSyzygyAbstract. redReduction engine.protected Reduction<C>SyzygyAbstract. redReduction engine.Constructors in edu.jas.gbufd with parameters of type Reduction Constructor Description GroebnerBaseFGLM(Reduction<C> red)Constructor.GroebnerBaseFGLM(Reduction<C> red, PairList<C> pl)Constructor.GroebnerBaseFGLM(Reduction<C> red, PairList<C> pl, GroebnerBaseAbstract<C> gb)Constructor.
-