Uses of Interface
edu.jas.gb.SolvableReduction
Packages that use SolvableReduction
Package
Description
Groebner base application package.
Groebner bases package.
Groebner bases using unique factorization package.
-
Uses of SolvableReduction in edu.jas.application
Fields in edu.jas.application declared as SolvableReductionModifier and TypeFieldDescriptionprotected final SolvableReduction<C> SolvableIdeal.redReduction engine.Constructors in edu.jas.application with parameters of type SolvableReductionModifierConstructorDescriptionSolvableIdeal(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 SolvableReductionModifier and TypeClassDescriptionclassSolvableReductionAbstract<C extends RingElem<C>>Solvable polynomial Reduction abstract class.classSolvableReductionPar<C extends RingElem<C>>Solvable polynomial Reduction parallel usable algorithm.classSolvableReductionSeq<C extends RingElem<C>>Solvable polynomial Reduction algorithm.Fields in edu.jas.gb declared as SolvableReductionConstructors in edu.jas.gb with parameters of type SolvableReductionModifierConstructorDescriptionConstructor.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, ExecutorService pool, SolvableReduction<C> sred) Constructor.SolvableGroebnerBaseParallel(int threads, ExecutorService pool, SolvableReduction<C> sred, PairList<C> pl) Constructor.Constructor.SolvableGroebnerBaseSeq(SolvableReduction<C> sred, PairList<C> pl) Constructor.SolvableGroebnerBaseSeqPairParallel(int threads, SolvableReduction<C> red) Constructor.SolvableGroebnerBaseSeqPairParallel(int threads, ExecutorService pool, SolvableReduction<C> sred) Constructor. -
Uses of SolvableReduction in edu.jas.gbufd
Subinterfaces of SolvableReduction in edu.jas.gbufdModifier and TypeInterfaceDescriptioninterfaceSolvablePseudoReduction<C extends RingElem<C>>Polynomial pseudo reduction interface.Classes in edu.jas.gbufd that implement SolvableReductionModifier and TypeClassDescriptionclassSolvablePseudoReductionSeq<C extends GcdRingElem<C>>Polynomial pseudo reduction sequential use algorithm.Fields in edu.jas.gbufd declared as SolvableReductionModifier and TypeFieldDescriptionfinal SolvableReduction<C> SolvableSyzygyAbstract.sredSolvable reduction engine.