Changeset cf4154 in git
- Timestamp:
- Aug 10, 2011, 3:35:02 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 92d6849100514317f65f8b2200dd0ec32ce68b7c
- Parents:
- 4dbeb1ada15124c051b48b7aeee966cfe4acd0e4
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-10 15:35:02+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:28+01:00
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/maps_ip.cc
r4dbeb1 rcf4154 8 8 9 9 #include <kernel/mod2.h> 10 #include <Singular/tok.h> 11 #include <kernel/febase.h> 12 #include <polys/polys.h> 10 11 #include "maps_ip.h" 12 13 #include <omalloc/omalloc.h> 14 13 15 #include <coeffs/numbers.h> 14 16 #include <polys/monomials/ring.h> 15 #include <kernel/ideals.h>17 // #include <polys/monomials/maps.h> 16 18 #include <polys/matpol.h> 17 #include <omalloc/omalloc.h> 19 #include <polys/prCopy.h> 20 21 // #include <kernel/longalg.h> 22 23 #include <kernel/febase.h> 18 24 #include <kernel/kstd1.h> 19 #include <kernel/longalg.h> 20 #include <Singular/lists.h> 21 #include <polys/monomials/maps.h> 22 #include <Singular/maps_ip.h> 23 #include <polys/prCopy.h> 25 26 #include "lists.h" 27 #include "tok.h" 24 28 25 29 // define this if you want to use the fast_map routine for mapping ideals -
Singular/maps_ip.h
r4dbeb1 rcf4154 8 8 * ABSTRACT - the mapping of polynomials to other rings 9 9 */ 10 11 #include <misc/auxiliary.h> 12 #include <polys/matpol.h> 13 10 14 #include <kernel/structs.h> 15 #include <kernel/ideals.h> 16 #include <polys/polys.h> 11 17 12 18 poly pSubstPoly(poly p, int var, poly image);
Note: See TracChangeset
for help on using the changeset viewer.