Uses of Class
edu.jas.arith.ModIntRing
-
Packages that use ModIntRing Package Description edu.jas.arith Basic arithmetic package.edu.jas.gbufd Groebner bases using unique factorization package.edu.jas.ufd Unique factorization domain package. -
-
Uses of ModIntRing in edu.jas.arith
Fields in edu.jas.arith declared as ModIntRing Modifier and Type Field Description ModIntRing
ModInt. ring
ModIntRing reference.(package private) ModIntRing
ModIntIterator. ring
Methods in edu.jas.arith that return ModIntRing Modifier and Type Method Description ModIntRing
ModInt. factory()
Get the corresponding element factory.Constructors in edu.jas.arith with parameters of type ModIntRing Constructor Description ModInt(ModIntRing m)
The constructor creates a 0 ModInt object from a given ModIntRing.ModInt(ModIntRing m, int a)
The constructor creates a ModInt object from a ModIntRing and a int value part.ModInt(ModIntRing m, long a)
The constructor creates a ModInt object from a ModIntRing and a long value part.ModInt(ModIntRing m, java.lang.Integer a)
The constructor creates a ModInt object from a ModIntRing and a Int value part.ModInt(ModIntRing m, java.lang.Long a)
The constructor creates a ModInt object from a ModIntRing and a Long value part.ModInt(ModIntRing m, java.lang.String s)
The constructor creates a ModInt object from a ModIntRing and a String value part.ModInt(ModIntRing m, java.math.BigInteger a)
The constructor creates a ModInt object from a ModIntRing and a value part.ModIntIterator(ModIntRing fac)
ModInt iterator constructor. -
Uses of ModIntRing in edu.jas.gbufd
Methods in edu.jas.gbufd with parameters of type ModIntRing Modifier and Type Method Description static GroebnerBaseAbstract<ModInt>
GBFactory. getImplementation(ModIntRing fac)
Determine suitable implementation of GB algorithms, case ModInt.static GroebnerBaseAbstract<ModInt>
GBFactory. getImplementation(ModIntRing fac, PairList<ModInt> pl)
Determine suitable implementation of GB algorithms, case ModInt. -
Uses of ModIntRing in edu.jas.ufd
Methods in edu.jas.ufd with parameters of type ModIntRing Modifier and Type Method Description static FactorAbstract<ModInt>
FactorFactory. getImplementation(ModIntRing fac)
Determine suitable implementation of factorization algorithm, case ModInteger.static GreatestCommonDivisorAbstract<ModInt>
GCDFactory. getImplementation(ModIntRing fac)
Determine suitable implementation of gcd algorithms, case ModInt.static SquarefreeAbstract<ModInt>
SquarefreeFactory. getImplementation(ModIntRing fac)
Determine suitable implementation of factorization algorithm, case ModInt.static GreatestCommonDivisorAbstract<ModInt>
GCDFactory. getProxy(ModIntRing fac)
Determine suitable proxy for gcd algorithms, case ModInt.
-