My Project
preimage.h
Go to the documentation of this file.
1#ifndef KERNEL_PREIMAGE_H
2#define KERNEL_PREIMAGE_H
3
5
6ideal 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:504
ideal maGetPreimage(ring theImageRing, map theMap, ideal id, const ring dst_r)
Definition: preimage.cc:57