source: git/kernel/preimage.h @ adcd737

spielwiese
Last change on this file since adcd737 was aa8a7e, checked in by Hans Schoenemann <hannes@…>, 7 years ago
use include ".." for singular related .h, p9
  • 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.