source:
git/kernel/preimage.h
Last change on this file was aa8a7e, checked in by , 6 years ago | |
---|---|
|
|
File size: 197 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.