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