My Project  debian-1:4.1.1-p2+ds-4build4
preimage.h
Go to the documentation of this file.
1 #ifndef KERNEL_PREIMAGE_H
2 #define KERNEL_PREIMAGE_H
3 
4 #include "polys/monomials/ring.h"
5 
6 ideal maGetPreimage(ring theImageRing, map theMap, ideal id, const ring dst_r);
7 
8 #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
ideal maGetPreimage(ring theImageRing, map theMap, ideal id, const ring dst_r)
Definition: preimage.cc:61