![]() |
My Project
debian-1:4.1.1-p2+ds-4build4
|
#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 370 of file maps_ip.cc.
ideal idSubstPoly | ( | ideal | id, |
int | n, | ||
poly | e | ||
) |
Definition at line 403 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 250 of file maps_ip.cc.
poly pSubstPoly | ( | poly | p, |
int | var, | ||
poly | image | ||
) |
Definition at line 387 of file maps_ip.cc.