Class PrimeField
java.lang.Object
dk.jonaslindstrom.ruffini.common.structures.QuotientRing<Integer>
dk.jonaslindstrom.ruffini.integers.structures.IntegersModuloN
dk.jonaslindstrom.ruffini.finitefields.PrimeField
- All Implemented Interfaces:
AdditiveGroup<Integer>,CommutativeMonoid<Integer>,Field<Integer>,Group<Integer>,Monoid<Integer>,Ring<Integer>,Semigroup<Integer>,SemiRing<Integer>,Set<Integer>
-
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.IntegersModuloN
getModulusMethods 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