preimage.h
Go to the documentation of this file.
1 #ifndef KERNEL_PREIMAGE_H
2 #define KERNEL_PREIMAGE_H
3 
4 struct ip_sring; typedef struct ip_sring * ring;
5 struct sip_sideal; typedef struct sip_sideal * ideal;
6 struct sip_smap; typedef struct sip_smap * map;
7 
8 ideal maGetPreimage(ring theImageRing, map theMap, ideal id, const ring dst_r);
9 
10 #endif // KERNEL_PREIMAGE_H
CanonicalForm map(const CanonicalForm &primElem, const Variable &alpha, const CanonicalForm &F, const Variable &beta)
map from to such that is mapped onto
Definition: cf_map_ext.cc:400
const ideal
Definition: gb_hack.h:42
Definition: ring.h:203
ideal maGetPreimage(ring theImageRing, map theMap, ideal id, const ring dst_r)
Definition: preimage.cc:63