![]() |
My Project
debian-1:4.1.1-p2+ds-4build4
|
getting and setting the characteristic of a finite field More...
#include "config.h"
#include "cf_assert.h"
#include "cf_defs.h"
#include "canonicalform.h"
#include "imm.h"
#include "cf_primes.h"
#include "cf_util.h"
Go to the source code of this file.
Functions | |
void | setCharacteristic (int c) |
void | setCharacteristic (int c, int n, char name) |
int | getCharacteristic () |
int | getGFDegree () |
CanonicalForm | getGFGenerator () |
Variables | |
static int | theCharacteristic = 0 |
static int | theDegree = 1 |
getting and setting the characteristic of a finite field
Definition in file cf_char.cc.
int getCharacteristic | ( | ) |
Definition at line 51 of file cf_char.cc.
int getGFDegree | ( | ) |
Definition at line 56 of file cf_char.cc.
CanonicalForm getGFGenerator | ( | ) |
Definition at line 62 of file cf_char.cc.
void setCharacteristic | ( | int | c | ) |
Definition at line 23 of file cf_char.cc.
void setCharacteristic | ( | int | c, |
int | n, | ||
char | name | ||
) |
Definition at line 42 of file cf_char.cc.
|
static |
Definition at line 20 of file cf_char.cc.
|
static |
Definition at line 21 of file cf_char.cc.