Méthode | Description | |
---|---|---|
Add ( |
Add two number in GF8 The subtraction is the same as the addition because with Galois fields, each number is its own negative. So there is no need to have a Sub method |
|
Divide ( |
a divide by b
|
|
Equals ( object o ) : bool | ||
GF16 ( |
Ctor
|
|
GetHashCode ( ) : int | ||
Multiply ( |
Multiply 2 operandes
|
|
Power ( int exponent ) : |
Power is used to create teh Vandermonde matrix
|
|
Power ( |
||
ToString ( ) : string |
Overload of the string operator
|
|
operator ( ) : |
Overload the + operator
|
Méthode | Description | |
---|---|---|
GF16 ( ) : System | ||
fillLogTables ( ) : void |
Fill the log table. The log tables are used to facilitate multiplication and division.
|
public static Add ( |
||
a | First number | |
b | Second number | |
Résultat |
public static Divide ( |
||
numerator | ||
denominator | ||
Résultat |
public static Multiply ( |
||
a | First operande | |
b | Second operande | |
Résultat |
public static Power ( |
||
x | ||
exponent | ||
Résultat |