My Project  debian-1:4.1.1-p2+ds-4build1
gen_maps.h
Go to the documentation of this file.
1 #ifndef GEN_MAPS_H
2 #define GEN_MAPS_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /// polynomial map for ideals/module/matrix
7 /// map_id: the ideal to map
8 /// map_r: the base ring for map_id
9 /// image_id: the image of the variables
10 /// image_r: the base ring for image_id
11 /// nMap: map for coeffcients
12 ideal maMapIdeal(const ideal map_id, const ring map_r,const ideal image_id, const ring image_r, const nMapFunc nMap);
13 
14 poly p_SubstPoly (poly p, int var, poly image, const ring preimage_r, const ring image_r, const nMapFunc nMap, matrix cache=NULL);
15 ideal id_SubstPoly (ideal id, int var, poly image, const ring preimage_r, const ring image_r, const nMapFunc nMap);
16 
17 #endif
18 
ip_smatrix
Definition: matpol.h:13
nMapFunc
number(* nMapFunc)(number a, const coeffs src, const coeffs dst)
maps "a", which lives in src, into dst
Definition: coeffs.h:73
maMapIdeal
ideal maMapIdeal(const ideal map_id, const ring map_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 imag...
Definition: gen_maps.cc:88
p_SubstPoly
poly p_SubstPoly(poly p, int var, poly image, const ring preimage_r, const ring image_r, const nMapFunc nMap, matrix cache=NULL)
Definition: subst_maps.cc:39
id_SubstPoly
ideal id_SubstPoly(ideal id, int var, poly image, const ring preimage_r, const ring image_r, const nMapFunc nMap)
Definition: subst_maps.cc:68
NULL
#define NULL
Definition: omList.c:9
p
int p
Definition: cfModGcd.cc:4019