![]() |
#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 155 of file clapconv.cc.
| poly convFactoryAPSingAP_R | ( | const CanonicalForm & | f, |
| int | par_start, | ||
| int | var_start, | ||
| const ring | r | ||
| ) |
Definition at line 145 of file clapconv.cc.
| poly convFactoryASingA | ( | const CanonicalForm & | f, |
| const ring | r | ||
| ) |
Definition at line 257 of file clapconv.cc.
| int convFactoryISingI | ( | const CanonicalForm & | f | ) |
Definition at line 114 of file clapconv.cc.
|
static |
Definition at line 248 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 324 of file clapconv.cc.
|
static |
Definition at line 160 of file clapconv.cc.
|
static |
Definition at line 335 of file clapconv.cc.
| CanonicalForm convSingAFactoryA | ( | poly | p, |
| const Variable & | a, | ||
| const ring | r | ||
| ) |
Definition at line 205 of file clapconv.cc.
| CanonicalForm convSingAPFactoryAP | ( | poly | p, |
| const Variable & | a, | ||
| const ring | r | ||
| ) |
Definition at line 120 of file clapconv.cc.
| CanonicalForm convSingPFactoryP | ( | poly | p, |
| const ring | r | ||
| ) |
Definition at line 88 of file clapconv.cc.
| CanonicalForm convSingTrPFactoryP | ( | poly | p, |
| const ring | r | ||
| ) |
Definition at line 288 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.