source: git/kernel/preimage.h @ 8d1432e

spielwiese
Last change on this file since 8d1432e was f13c85, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format, cleanup, def. of map/sip_map at one place, ....
  • Property mode set to 100644
File size: 197 bytes
Line 
1#ifndef KERNEL_PREIMAGE_H
2#define KERNEL_PREIMAGE_H
3
4#include <polys/monomials/ring.h>
5
6ideal maGetPreimage(ring theImageRing, map theMap, ideal id, const ring dst_r);
7
8#endif // KERNEL_PREIMAGE_H
Note: See TracBrowser for help on using the repository browser.