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, powerMethods inherited from class dk.jonaslindstrom.ruffini.common.structures.QuotientRing
add, equals, identity, multiply, negate, toString, zeroMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.AdditiveGroup
doubling, isZero, negate, scale, scale, subtract, sumMethods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.CommutativeMonoid
add, add, add, zeroMethods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.Monoid
identity, isIdentity, powerMethods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.Semigroup
multiply, multiply, multiply
-
Constructor Details
-
BigPrimeField
-
-
Method Details
-
invert
Description copied from interface:GroupReturn the inverse a-1.- Specified by:
invertin interfaceGroup<BigInteger>
-
toString
- Overrides:
toStringin classQuotientRing<BigInteger>
-