My Project
|
#include "misc/auxiliary.h"
#include "misc/options.h"
#include "coeffs/coeffs.h"
#include "coeffs/numbers.h"
#include "polys/monomials/p_polys.h"
#include "polys/monomials/ring.h"
#include "polys/simpleideals.h"
#include "polys/prCopy.h"
#include "polys/monomials/maps.h"
#include "polys/nc/nc.h"
Go to the source code of this file.
Macros | |
#define | MAX_MAP_DEG 128 |
Functions | |
map | maCopy (map theMap, const ring r) |
poly | maEvalVariable (poly p, int v, int pExp, ideal s, const ring dst_r) |
static poly | maEvalMonom (map theMap, poly p, ring preimage_r, ideal s, nMapFunc nMap, const ring dst_r) |
poly | maEval (map theMap, poly p, ring preimage_r, nMapFunc nMap, ideal s, const ring dst_r) |
void | maFindPerm (char const *const *const preim_names, int preim_n, char const *const *const preim_par, int preim_p, char const *const *const names, int n, char const *const *const par, int nop, int *perm, int *par_perm, n_coeffType ch) |
void | maFindPermLP (char const *const *const preim_names, int preim_n, char const *const *const preim_par, int preim_p, char const *const *const names, int n, char const *const *const par, int nop, int *perm, int *par_perm, n_coeffType ch, int lV) |
void | maFetchPermLP (const ring preimage_r, const ring dst_r, int *perm) |
poly | maIMap (ring r, poly p, const ring dst_r) |
int | maMaxDeg_Ma (ideal a, ring preimage_r) |
int | maMaxDeg_P (poly p, ring preimage_r) |
poly | p_MinPolyNormalize (poly p, const ring r) |
Definition at line 32 of file maps.cc.
Definition at line 115 of file maps.cc.
|
static |
Definition at line 85 of file maps.cc.
poly maEvalVariable | ( | poly | p, |
int | v, | ||
int | pExp, | ||
ideal | s, | ||
const ring | dst_r | ||
) |
Definition at line 306 of file maps.cc.
void maFindPerm | ( | char const *const *const | preim_names, |
int | preim_n, | ||
char const *const *const | preim_par, | ||
int | preim_p, | ||
char const *const *const | names, | ||
int | n, | ||
char const *const *const | par, | ||
int | nop, | ||
int * | perm, | ||
int * | par_perm, | ||
n_coeffType | ch | ||
) |
Definition at line 163 of file maps.cc.
void maFindPermLP | ( | char const *const *const | preim_names, |
int | preim_n, | ||
char const *const *const | preim_par, | ||
int | preim_p, | ||
char const *const *const | names, | ||
int | n, | ||
char const *const *const | par, | ||
int | nop, | ||
int * | perm, | ||
int * | par_perm, | ||
n_coeffType | ch, | ||
int | lV | ||
) |
Definition at line 231 of file maps.cc.
poly maIMap | ( | ring | r, |
poly | p, | ||
const ring | dst_r | ||
) |
Definition at line 341 of file maps.cc.
int maMaxDeg_Ma | ( | ideal | a, |
ring | preimage_r | ||
) |
int maMaxDeg_P | ( | poly | p, |
ring | preimage_r | ||
) |
poly p_MinPolyNormalize | ( | poly | p, |
const ring | r | ||
) |
Definition at line 430 of file maps.cc.