![]() |
My Project
|
#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_VAR unsigned short | gf_primes [] |
| VAR int | gf_q = 0 |
| VAR int | gf_p = 0 |
| VAR int | gf_n = 0 |
| VAR int | gf_q1 = 0 |
| VAR int | gf_m1 = 0 |
| VAR char | gf_name = 'Z' |
| VAR unsigned short * | gf_table = 0 |
| INST_VAR CanonicalForm | gf_mipo =0L |
| STATIC_VAR char * | gftable_dir |
|
static |
Definition at line 76 of file gfops.cc.
| int gf_gf2ff | ( | int | a | ) |
Definition at line 231 of file gfops.cc.
| long gf_gf2ff | ( | long | a | ) |
Definition at line 209 of file gfops.cc.
| bool gf_isff | ( | int | a | ) |
| bool gf_isff | ( | long | a | ) |
| void gf_setcharacteristic | ( | int | p, |
| int | n, | ||
| char | name | ||
| ) |
|
static |
|
static |
Definition at line 58 of file gfops.cc.
| void set_gftable_dir | ( | char * | d | ) |
| INST_VAR CanonicalForm gf_mipo =0L |
| STATIC_VAR unsigned short gf_primes[] |
| STATIC_VAR char* gftable_dir |