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
getModulus
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