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. red
Reduction 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 interface
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 Reduction Modifier and Type Class Description class
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 Reduction Modifier and Type Field Description Reduction<C>
GroebnerBaseAbstract. red
Reduction engine.private Reduction<C>
MiReducerClient. red
private Reduction<C>
MiReducerClientEC. red
private Reduction<C>
MiReducerClientSeqPair. red
private Reduction<C>
MiReducerServer. red
private Reduction<C>
MiReducerServerEC. red
private Reduction<C>
MiReducerServerSeqPair. red
Reduction<C>
SolvableGroebnerBaseAbstract. red
Reduction engine.protected Reduction<C>
OrderedPairlist. reduction
Constructors 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 interface
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 Reduction Modifier and Type Class Description class
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 Reduction Modifier and Type Field Description protected Reduction<C>
SolvableSyzygyAbstract. red
Reduction engine.protected Reduction<C>
SyzygyAbstract. red
Reduction 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.
-