![]() |
My Project
debian-1:4.1.1-p2+ds-4build4
|
#include "kernel/mod2.h"
#include "omalloc/omalloc.h"
#include "misc/options.h"
#include "polys/monomials/p_polys.h"
#include "polys/prCopy.h"
#include "kernel/ideals.h"
#include "polys/monomials/ring.h"
#include "polys/monomials/maps.h"
#include "polys/sbuckets.h"
#include "kernel/maps/fast_maps.h"
#include "kernel/maps/find_perm.h"
#include "kernel/maps/gen_maps.h"
Go to the source code of this file.
Functions | |
static void | find_subst_for_map (const ring preimage_r, const ring image_r, const ideal image, int &var, poly &p) |
ideal | maMapIdeal (const ideal map_id, const ring preimage_r, const ideal image_id, const ring image_r, const nMapFunc nMap) |
polynomial map for ideals/module/matrix map_id: the ideal to map map_r: the base ring for map_id image_id: the image of the variables image_r: the base ring for image_id nMap: map for coeffcients More... | |
|
static |
Definition at line 17 of file gen_maps.cc.
ideal maMapIdeal | ( | const ideal | map_id, |
const ring | preimage_r, | ||
const ideal | image_id, | ||
const ring | image_r, | ||
const nMapFunc | nMap | ||
) |
polynomial map for ideals/module/matrix map_id: the ideal to map map_r: the base ring for map_id image_id: the image of the variables image_r: the base ring for image_id nMap: map for coeffcients
Definition at line 88 of file gen_maps.cc.