Changeset 508937 in git
- Timestamp:
- Feb 7, 2007, 7:28:54 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- cc4d094c642cb4cc5922f9dae397a524d0b25937
- Parents:
- 89b59f6bb2e4c55ff6effd6ee652ae6444d424aa
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.h
r89b59f r508937 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ipshell.h,v 1.4 8 2006-09-29 08:44:56Singular Exp $ */6 /* $Id: ipshell.h,v 1.49 2007-02-07 18:28:54 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 10 10 #include <stdio.h> 11 11 #include "structs.h" 12 typedef ip_smap * map; 13 12 14 13 15 extern int traceit ; -
Singular/mpsr.h
r89b59f r508937 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mpsr.h,v 1.2 3 2006-06-21 17:23:34 Singular Exp $ */4 /* $Id: mpsr.h,v 1.24 2007-02-07 18:28:54 Singular Exp $ */ 5 5 /*************************************************************** 6 6 * … … 22 22 #include"MPT.h" 23 23 #include"structs.h" 24 typedef ip_smap * map; 24 25 #include"subexpr.h" 25 26 #include"omalloc.h" -
kernel/maps.h
r89b59f r508937 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: maps.h,v 1. 1.1.1 2003-10-06 12:15:57Singular Exp $ */6 /* $Id: maps.h,v 1.2 2007-02-07 18:28:25 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT - the mapping of polynomials to other rings 9 9 */ 10 10 #include "structs.h" 11 typedef ip_smap * map; 11 12 12 13 poly maEval(map theMap, poly p, ring preimage_r, nMapFunc nMap,matrix s=NULL); -
kernel/structs.h
r89b59f r508937 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: structs.h,v 1.3 0 2007-01-31 23:51:25 motsakExp $ */6 /* $Id: structs.h,v 1.31 2007-02-07 18:28:25 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 173 173 typedef poly * polyset; 174 174 typedef ip_sideal * ideal; 175 typedef ip_smap * map; 175 //typedef ip_smap * map; // conflict with tgb.cc 176 176 typedef struct sideal_list * ideal_list; 177 177 typedef ideal * resolvente; … … 833 833 number n; 834 834 ideal uideal; 835 map umap; 835 //map umap; 836 ip_smap * umap; 836 837 matrix umatrix; 837 838 char * ustring;
Note: See TracChangeset
for help on using the changeset viewer.