Uses of Class
edu.jas.gb.ReductionAbstract
Packages that use ReductionAbstract
Package
Description
Groebner bases package.
Groebner bases using unique factorization package.
-
Uses of ReductionAbstract in edu.jas.gb
Subclasses of ReductionAbstract in edu.jas.gbModifier and TypeClassDescriptionclass
DReductionSeq<C extends RingElem<C>>
Polynomial D-Reduction sequential use algorithm.class
EReductionSeq<C extends RingElem<C>>
Polynomial E-Reduction sequential use algorithm.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 ReductionAbstractModifier and TypeFieldDescription(package private) final ReductionAbstract
<C> SigReductionSeq.red
-
Uses of ReductionAbstract in edu.jas.gbufd
Subclasses of ReductionAbstract in edu.jas.gbufdModifier and TypeClassDescriptionclass
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.