![]() |
My Project
|
#include "config.h"#include "cf_assert.h"#include "cf_defs.h"#include "canonicalform.h"#include "cf_iter.h"#include "fac_util.h"#include "cfUnivarGcd.h"Go to the source code of this file.
Functions | |
| static CanonicalForm | mappk (const CanonicalForm &) |
| static CanonicalForm | mappksymmetric (const CanonicalForm &) |
| CanonicalForm | replaceLc (const CanonicalForm &f, const CanonicalForm &c) |
| CanonicalForm | remainder (const CanonicalForm &f, const CanonicalForm &g, const modpk &pk) |
| CanonicalForm | prod (const CFArray &a, int f, int l) |
| CanonicalForm | prod (const CFArray &a) |
| void | extgcd (const CanonicalForm &a, const CanonicalForm &b, CanonicalForm &S, CanonicalForm &T, const modpk &pk) |
Variables | |
| STATIC_INST_VAR CanonicalForm | PK |
| STATIC_INST_VAR CanonicalForm | PKHALF |
| void extgcd | ( | const CanonicalForm & | a, |
| const CanonicalForm & | b, | ||
| CanonicalForm & | S, | ||
| CanonicalForm & | T, | ||
| const modpk & | pk | ||
| ) |
Definition at line 183 of file fac_util.cc.
|
static |
Definition at line 109 of file fac_util.cc.
|
static |
Definition at line 99 of file fac_util.cc.
| CanonicalForm prod | ( | const CFArray & | a | ) |
Definition at line 177 of file fac_util.cc.
| CanonicalForm prod | ( | const CFArray & | a, |
| int | f, | ||
| int | l | ||
| ) |
| CanonicalForm remainder | ( | const CanonicalForm & | f, |
| const CanonicalForm & | g, | ||
| const modpk & | pk | ||
| ) |
Definition at line 115 of file fac_util.cc.
| CanonicalForm replaceLc | ( | const CanonicalForm & | f, |
| const CanonicalForm & | c | ||
| ) |
Definition at line 90 of file fac_util.cc.
Definition at line 15 of file fac_util.cc.
| STATIC_INST_VAR CanonicalForm PKHALF |
Definition at line 15 of file fac_util.cc.