Uses of Class
edu.jas.gbufd.SolvableSyzygyAbstract
-
Packages that use SolvableSyzygyAbstract Package Description edu.jas.application Groebner base application package.edu.jas.fd Factorization domain package for solvable polynomial rings.edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of SolvableSyzygyAbstract in edu.jas.application
Fields in edu.jas.application declared as SolvableSyzygyAbstract Modifier and Type Field Description SolvableSyzygyAbstract<C>
SolvableLocalResidueRing. engine
Syzygy engine of the factory.SolvableSyzygyAbstract<C>
SolvableLocalRing. engine
Syzygy engine of the factory. -
Uses of SolvableSyzygyAbstract in edu.jas.fd
Fields in edu.jas.fd declared as SolvableSyzygyAbstract Modifier and Type Field Description SolvableSyzygyAbstract<C>
SolvableQuotientRing. engine
Syzygy engine of the factory.(package private) SolvableSyzygyAbstract<C>
GreatestCommonDivisorAbstract. syz
Engine for syzygy computation, mainly for Ore conditions.Constructors in edu.jas.fd with parameters of type SolvableSyzygyAbstract Constructor Description GreatestCommonDivisorAbstract(RingFactory<C> cf, SolvableSyzygyAbstract<C> s)
Constructor. -
Uses of SolvableSyzygyAbstract in edu.jas.gbufd
Subclasses of SolvableSyzygyAbstract in edu.jas.gbufd Modifier and Type Class Description class
SolvableSyzygySeq<C extends GcdRingElem<C>>
Syzygy sequential class for solvable polynomials.
-