Uses of Interface
edu.jas.gb.SolvableReduction
-
Packages that use SolvableReduction 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 SolvableReduction in edu.jas.application
Fields in edu.jas.application declared as SolvableReduction Modifier and Type Field Description protected SolvableReduction<C>
SolvableIdeal. red
Reduction engine.Constructors in edu.jas.application with parameters of type SolvableReduction Constructor Description SolvableIdeal(PolynomialList<C> list, boolean gb, boolean topt, SolvableGroebnerBaseAbstract<C> bb, SolvableReduction<C> red)
Constructor.SolvableIdeal(PolynomialList<C> list, boolean gb, boolean topt, SolvableGroebnerBaseAbstract<C> bb, SolvableReduction<C> red, SolvableIdeal.Side s)
Constructor.SolvableIdeal(PolynomialList<C> list, boolean gb, SolvableGroebnerBaseAbstract<C> bb, SolvableReduction<C> red)
Constructor.SolvableIdeal(PolynomialList<C> list, SolvableGroebnerBaseAbstract<C> bb, SolvableReduction<C> red)
Constructor. -
Uses of SolvableReduction in edu.jas.gb
Classes in edu.jas.gb that implement SolvableReduction Modifier and Type Class Description class
SolvableReductionAbstract<C extends RingElem<C>>
Solvable polynomial Reduction abstract class.class
SolvableReductionPar<C extends RingElem<C>>
Solvable polynomial Reduction parallel usable algorithm.class
SolvableReductionSeq<C extends RingElem<C>>
Solvable polynomial Reduction algorithm.Fields in edu.jas.gb declared as SolvableReduction Modifier and Type Field Description SolvableReduction<C>
SolvableGroebnerBaseAbstract. sred
Solvable reduction engine.Constructors in edu.jas.gb with parameters of type SolvableReduction Constructor Description SolvableGroebnerBaseAbstract(SolvableReduction<C> sred)
Constructor.SolvableGroebnerBaseAbstract(SolvableReduction<C> sred, PairList<C> pl)
Constructor.SolvableGroebnerBaseParallel(int threads, SolvableReduction<C> sred)
Constructor.SolvableGroebnerBaseParallel(int threads, SolvableReduction<C> sred, PairList<C> pl)
Constructor.SolvableGroebnerBaseParallel(int threads, java.util.concurrent.ExecutorService pool, SolvableReduction<C> sred)
Constructor.SolvableGroebnerBaseParallel(int threads, java.util.concurrent.ExecutorService pool, SolvableReduction<C> sred, PairList<C> pl)
Constructor.SolvableGroebnerBaseSeq(SolvableReduction<C> sred)
Constructor.SolvableGroebnerBaseSeq(SolvableReduction<C> sred, PairList<C> pl)
Constructor.SolvableGroebnerBaseSeqPairParallel(int threads, SolvableReduction<C> red)
Constructor.SolvableGroebnerBaseSeqPairParallel(int threads, java.util.concurrent.ExecutorService pool, SolvableReduction<C> sred)
Constructor. -
Uses of SolvableReduction in edu.jas.gbufd
Subinterfaces of SolvableReduction in edu.jas.gbufd Modifier and Type Interface Description interface
SolvablePseudoReduction<C extends RingElem<C>>
Polynomial pseudo reduction interface.Classes in edu.jas.gbufd that implement SolvableReduction Modifier and Type Class Description class
SolvablePseudoReductionSeq<C extends GcdRingElem<C>>
Polynomial pseudo reduction sequential use algorithm.Fields in edu.jas.gbufd declared as SolvableReduction Modifier and Type Field Description SolvableReduction<C>
SolvableSyzygyAbstract. sred
Solvable reduction engine.
-