![]() |
My Project
|
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"#include "int_pp.h"#include "FLINTconvert.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_VAR int | theCharacteristic = 0 |
| STATIC_VAR int | theDegree = 1 |
getting and setting the characteristic of a finite field
Definition in file cf_char.cc.
| int getCharacteristic | ( | ) |
Definition at line 70 of file cf_char.cc.
| int getGFDegree | ( | ) |
Definition at line 75 of file cf_char.cc.
| CanonicalForm getGFGenerator | ( | ) |
Definition at line 81 of file cf_char.cc.
| void setCharacteristic | ( | int | c | ) |
Definition at line 28 of file cf_char.cc.
| void setCharacteristic | ( | int | c, |
| int | n, | ||
| char | name | ||
| ) |
Definition at line 61 of file cf_char.cc.
| STATIC_VAR int theCharacteristic = 0 |
Definition at line 25 of file cf_char.cc.
| STATIC_VAR int theDegree = 1 |
Definition at line 26 of file cf_char.cc.