Uses of Class
edu.jas.arith.ModIntegerRing
Packages that use ModIntegerRing
Package
Description
Basic arithmetic package.
Factorization domain package for solvable polynomial rings.
Groebner bases using unique factorization package.
Unique factorization domain package.
-
Uses of ModIntegerRing in edu.jas.arith
Fields in edu.jas.arith declared as ModIntegerRingModifier and TypeFieldDescriptionfinal ModIntegerRing
ModInteger.ring
ModIntegerRing reference.(package private) final ModIntegerRing
ModIntegerIterator.ring
Methods in edu.jas.arith that return ModIntegerRingConstructors in edu.jas.arith with parameters of type ModIntegerRingModifierConstructorDescriptionThe constructor creates a 0 ModInteger object from a given ModIntegerRing.ModInteger
(ModIntegerRing m, long a) The constructor creates a ModInteger object from a ModIntegerRing and a long value part.ModInteger
(ModIntegerRing m, String s) The constructor creates a ModInteger object from a ModIntegerRing and a String value part.The constructor creates a ModInteger object from a ModIntegerRing and a value part.ModInteger iterator constructor. -
Uses of ModIntegerRing in edu.jas.fd
Methods in edu.jas.fd with parameters of type ModIntegerRingModifier and TypeMethodDescriptionSGCDFactory.getImplementation
(ModIntegerRing fac) Determine suitable implementation of gcd algorithms, case ModInteger.SGCDFactory.getProxy
(ModIntegerRing fac) Determine suitable proxy for gcd algorithms, case ModInteger. -
Uses of ModIntegerRing in edu.jas.gbufd
Methods in edu.jas.gbufd with parameters of type ModIntegerRingModifier and TypeMethodDescriptionstatic GroebnerBaseAbstract
<ModInteger> GBFactory.getImplementation
(ModIntegerRing fac) Determine suitable implementation of GB algorithms, case ModInteger.static GroebnerBaseAbstract
<ModInteger> GBFactory.getImplementation
(ModIntegerRing fac, PairList<ModInteger> pl) Determine suitable implementation of GB algorithms, case ModInteger.SGBFactory.getImplementation
(ModIntegerRing fac) Determine suitable implementation of GB algorithms, case ModInteger.SGBFactory.getImplementation
(ModIntegerRing fac, PairList<ModInteger> pl) Determine suitable implementation of GB algorithms, case ModInteger. -
Uses of ModIntegerRing in edu.jas.ufd
Methods in edu.jas.ufd with parameters of type ModIntegerRingModifier and TypeMethodDescriptionstatic FactorAbstract
<ModInteger> FactorFactory.getImplementation
(ModIntegerRing fac) Determine suitable implementation of factorization algorithm, case ModInteger.GCDFactory.getImplementation
(ModIntegerRing fac) Determine suitable implementation of gcd algorithms, case ModInteger.static SquarefreeAbstract
<ModInteger> SquarefreeFactory.getImplementation
(ModIntegerRing fac) Determine suitable implementation of factorization algorithm, case ModInteger.GCDFactory.getProxy
(ModIntegerRing fac) Determine suitable proxy for gcd algorithms, case ModInteger.