![]() |
My Project
|
#include "kernel/mod2.h"#include "coeffs/numbers.h"#include "coeffs/coeffs.h"#include "polys/monomials/ring.h"#include "polys/monomials/maps.h"#include "polys/matpol.h"#include "polys/prCopy.h"#include "polys/ext_fields/transext.h"#include "misc/options.h"#include "kernel/GBEngine/kstd1.h"#include "kernel/maps/gen_maps.h"#include "maps_ip.h"#include "ipid.h"#include "lists.h"#include "tok.h"#include "ipshell.h"Go to the source code of this file.
Macros | |
| #define | TRANSEXT_PRIVATES |
Functions | |
| BOOLEAN | maApplyFetch (int what, map theMap, leftv res, leftv w, ring preimage_r, int *perm, int *par_perm, int P, nMapFunc nMap) |
| poly | pSubstPar (poly p, int par, poly image) |
| ideal | idSubstPar (ideal id, int n, poly e) |
| poly | pSubstPoly (poly p, int var, poly image) |
| ideal | idSubstPoly (ideal id, int n, poly e) |
| #define TRANSEXT_PRIVATES |
Definition at line 7 of file maps_ip.cc.
Definition at line 386 of file maps_ip.cc.
Definition at line 425 of file maps_ip.cc.
| BOOLEAN maApplyFetch | ( | int | what, |
| map | theMap, | ||
| leftv | res, | ||
| leftv | w, | ||
| ring | preimage_r, | ||
| int * | perm, | ||
| int * | par_perm, | ||
| int | P, | ||
| nMapFunc | nMap | ||
| ) |
Definition at line 45 of file maps_ip.cc.
| poly pSubstPar | ( | poly | p, |
| int | par, | ||
| poly | image | ||
| ) |
Definition at line 266 of file maps_ip.cc.
| poly pSubstPoly | ( | poly | p, |
| int | var, | ||
| poly | image | ||
| ) |
Definition at line 403 of file maps_ip.cc.