Uses of Class
edu.jas.gb.WordReductionAbstract
-
Packages that use WordReductionAbstract Package Description edu.jas.gb Groebner bases package.edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of WordReductionAbstract in edu.jas.gb
Subclasses of WordReductionAbstract in edu.jas.gb Modifier and Type Class Description class
WordReductionSeq<C extends RingElem<C>>
Polynomial word reduction sequential use algorithm. -
Uses of WordReductionAbstract in edu.jas.gbufd
Subclasses of WordReductionAbstract in edu.jas.gbufd Modifier and Type Class Description class
WordPseudoReductionSeq<C extends RingElem<C>>
Polynomial word reduction sequential use algorithm.
-