![]() |
#include "misc/auxiliary.h"#include "omalloc/omalloc.h"#include "factory/factory.h"#include "coeffs/coeffs.h"#include "coeffs/longrat.h"#include "polys/monomials/p_polys.h"#include "polys/sbuckets.h"#include "polys/clapconv.h"#include "simpleideals.h"#include "polys/ext_fields/transext.h"Go to the source code of this file.
Macros | |
| #define | TRANSEXT_PRIVATES |
| #define TRANSEXT_PRIVATES |
Definition at line 28 of file clapconv.cc.
|
static |
Definition at line 54 of file clapconv.cc.
| poly convFactoryAPSingAP | ( | const CanonicalForm & | f, |
| const ring | r | ||
| ) |
Definition at line 153 of file clapconv.cc.
| poly convFactoryAPSingAP_R | ( | const CanonicalForm & | f, |
| int | par_start, | ||
| int | var_start, | ||
| const ring | r | ||
| ) |
Definition at line 143 of file clapconv.cc.
| poly convFactoryASingA | ( | const CanonicalForm & | f, |
| const ring | r | ||
| ) |
Definition at line 254 of file clapconv.cc.
| int convFactoryISingI | ( | const CanonicalForm & | f | ) |
Definition at line 112 of file clapconv.cc.
|
static |
Definition at line 245 of file clapconv.cc.
| poly convFactoryPSingP | ( | const CanonicalForm & | f, |
| const ring | r | ||
| ) |
Definition at line 41 of file clapconv.cc.
| poly convFactoryPSingTrP | ( | const CanonicalForm & | f, |
| const ring | r | ||
| ) |
Definition at line 322 of file clapconv.cc.
|
static |
Definition at line 158 of file clapconv.cc.
|
static |
Definition at line 333 of file clapconv.cc.
| CanonicalForm convSingAFactoryA | ( | poly | p, |
| const Variable & | a, | ||
| const ring | r | ||
| ) |
Definition at line 202 of file clapconv.cc.
| CanonicalForm convSingAPFactoryAP | ( | poly | p, |
| const Variable & | a, | ||
| const ring | r | ||
| ) |
Definition at line 118 of file clapconv.cc.
| CanonicalForm convSingPFactoryP | ( | poly | p, |
| const ring | r | ||
| ) |
Definition at line 86 of file clapconv.cc.
| CanonicalForm convSingTrPFactoryP | ( | poly | p, |
| const ring | r | ||
| ) |
Definition at line 286 of file clapconv.cc.
| void out_cf | ( | const char * | s1, |
| const CanonicalForm & | f, | ||
| const char * | s2 | ||
| ) |
Definition at line 90 of file cf_factor.cc.