Uses of Interface
edu.jas.gbufd.CharacteristicSet
-
Packages that use CharacteristicSet Package Description edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of CharacteristicSet in edu.jas.gbufd
Classes in edu.jas.gbufd that implement CharacteristicSet Modifier and Type Class Description class
CharacteristicSetSimple<C extends GcdRingElem<C>>
Characteristic Set class according to the simple algorithm, where the leading coefficients are not rereduced.class
CharacteristicSetWu<C extends GcdRingElem<C>>
Characteristic Set class according to Wu.
-