Class BigPrimeField
java.lang.Object
dk.jonaslindstrom.ruffini.common.structures.QuotientRing<BigInteger>
dk.jonaslindstrom.ruffini.integers.structures.BigIntegersModuloN
dk.jonaslindstrom.ruffini.finitefields.BigPrimeField
- All Implemented Interfaces:
AdditiveGroup<BigInteger>
,CommutativeMonoid<BigInteger>
,Field<BigInteger>
,Group<BigInteger>
,Monoid<BigInteger>
,Ring<BigInteger>
,Semigroup<BigInteger>
,SemiRing<BigInteger>
,Set<BigInteger>
-
Field Summary
Fields inherited from class dk.jonaslindstrom.ruffini.common.structures.QuotientRing
mod, ring
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dk.jonaslindstrom.ruffini.integers.structures.BigIntegersModuloN
getModulus, power
Methods inherited from class dk.jonaslindstrom.ruffini.common.structures.QuotientRing
add, equals, identity, multiply, negate, toString, zero
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.AdditiveGroup
doubling, isZero, negate, scale, scale, subtract, sum
Methods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.CommutativeMonoid
add, add, add, zero
Methods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.Monoid
identity, isIdentity, power
Methods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.Semigroup
multiply, multiply, multiply
-
Constructor Details
-
BigPrimeField
-
-
Method Details
-
invert
Description copied from interface:Group
Return the inverse a-1.- Specified by:
invert
in interfaceGroup<BigInteger>
-
toString
- Overrides:
toString
in classQuotientRing<BigInteger>
-