![]() |
My Project
UNKNOWN_GIT_VERSION
|
#include "kernel/mod2.h"
#include "polys/matpol.h"
#include "kernel/structs.h"
#include "kernel/ideals.h"
#include "kernel/polys.h"
Go to the source code of this file.
Functions | |
poly | pSubstPoly (poly p, int var, poly image) |
poly | pSubstPar (poly p, int par, poly image) |
ideal | idSubstPoly (ideal id, int n, poly e) |
ideal | idSubstPar (ideal id, int n, poly e) |
BOOLEAN | maApplyFetch (int what, map theMap, leftv res, leftv w, ring preimage_r, int *perm, int *par_perm, int P, nMapFunc nMap) |
ideal idSubstPar | ( | ideal | id, |
int | n, | ||
poly | e | ||
) |
Definition at line 385 of file maps_ip.cc.
ideal idSubstPoly | ( | ideal | id, |
int | n, | ||
poly | e | ||
) |
Definition at line 418 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 46 of file maps_ip.cc.
poly pSubstPar | ( | poly | p, |
int | par, | ||
poly | image | ||
) |
Definition at line 265 of file maps_ip.cc.
poly pSubstPoly | ( | poly | p, |
int | var, | ||
poly | image | ||
) |
Definition at line 402 of file maps_ip.cc.