GaloisField class

Constructors

GaloisField(int pp, int size, int base)

Properties

aLogTbl List<int>
getter/setter pair
base int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logTbl List<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair

Methods

addOrSub(int a, int b) int
divide(int a, int b) int
invers(int num) int
multiply(int a, int b) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
zero() GFPoly

Operators

operator ==(Object other) bool
The equality operator.
inherited