contains class representing elements of finite Field F_q and finite Ring F_q[epsilon]. See also fastNumber.h More...
#include <vector>#include <iostream>#include <assert.h>#include "typedefs.h"#include <math.h>

Go to the source code of this file.
Classes | |
| class | basicNumber< TScalar > |
| basicNumber represents elements of finite Field F_q and finite Ring F_q[epsilon]. Limitation: field element representatives assumed as positive and only values between {0...characterristic-1} More... | |
| class | fieldScalar< TScalar > |
| class representing elements of F_q. Limitation: field element representatives assumed as positive and only values between {0...characterristic-1} More... | |
Defines | |
| #define | STR(X) #X |
| #define | SW_STATUS(v1) STR(v1) |
besseren (sprechenden) Namen einfallen lassen.
rename basicNumber (to what?)?
Definition in file basicNumber.h.
| #define STR | ( | X | ) | #X |
Definition at line 15 of file basicNumber.h.
| #define SW_STATUS | ( | v1 | ) | STR(v1) |
Definition at line 16 of file basicNumber.h.
Referenced by printProgramAndEnvironmentInfo().
1.6.3