![]() |
#include <kernel/mod2.h>#include <omalloc/omalloc.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.
| ideal idSubstPar | ( | ideal | id, |
| int | n, | ||
| poly | e | ||
| ) |
Definition at line 373 of file maps_ip.cc.
| ideal idSubstPoly | ( | ideal | id, |
| int | n, | ||
| poly | e | ||
| ) |
Definition at line 406 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 49 of file maps_ip.cc.
Definition at line 253 of file maps_ip.cc.
Definition at line 390 of file maps_ip.cc.