![]() |
My Project
|
#include "kernel/mod2.h"#include "polys/monomials/p_polys.h"#include "kernel/ideals.h"#include "polys/monomials/ring.h"#include "polys/monomials/maps.h"#include "kernel/maps/gen_maps.h"Go to the source code of this file.
Functions | |
| static poly | p_SubstMon (poly p, int var, poly image, const ring preimage_r, const ring image_r, const nMapFunc nMap, matrix cache) |
| poly | p_SubstPoly (poly p, int var, poly image, const ring preimage_r, const ring image_r, const nMapFunc nMap, matrix cache) |
| ideal | id_SubstPoly (ideal id, int var, poly image, const ring preimage_r, const ring image_r, const nMapFunc nMap) |
| ideal id_SubstPoly | ( | ideal | id, |
| int | var, | ||
| poly | image, | ||
| const ring | preimage_r, | ||
| const ring | image_r, | ||
| const nMapFunc | nMap ) |
Definition at line 78 of file subst_maps.cc.
|
static |
Definition at line 8 of file subst_maps.cc.
| poly p_SubstPoly | ( | poly | p, |
| int | var, | ||
| poly | image, | ||
| const ring | preimage_r, | ||
| const ring | image_r, | ||
| const nMapFunc | nMap, | ||
| matrix | cache ) |
Definition at line 46 of file subst_maps.cc.