![]() |
#include "config.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "cf_assert.h"#include "cf_defs.h"#include "gf_tabutil.h"#include "cf_util.h"#include "canonicalform.h"#include "variable.h"#include "gfops.h"#include "singext.h"Go to the source code of this file.
Functions | |
| static CanonicalForm | intVec2CF (int degree, int *coeffs, int level) |
| void | set_gftable_dir (char *d) |
| static void | gf_get_table (int p, int n) |
| static bool | gf_valid_combination (int p, int n) |
| void | gf_setcharacteristic (int p, int n, char name) |
| long | gf_gf2ff (long a) |
| int | gf_gf2ff (int a) |
| bool | gf_isff (long a) |
| bool | gf_isff (int a) |
Variables | |
| const int | gf_maxtable = 63001 |
| const int | gf_maxbuffer = 200 |
| const int | gf_primes_len = 42 |
| static unsigned short | gf_primes [] |
| int | gf_q = 0 |
| int | gf_p = 0 |
| int | gf_n = 0 |
| int | gf_q1 = 0 |
| int | gf_m1 = 0 |
| char | gf_name = 'Z' |
| unsigned short * | gf_table = 0 |
| CanonicalForm | gf_mipo (0) |
| static char * | gftable_dir |
|
static |
Definition at line 76 of file gfops.cc.
|
static |
Definition at line 58 of file gfops.cc.
| void set_gftable_dir | ( | char * | d | ) |
| CanonicalForm gf_mipo(0) |
|
static |