Changeset a4771e1 in git for kernel/combinatorics/hutil.h
- Timestamp:
- Sep 15, 2014, 9:11:04 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f7d39bddf5a7034fe148956d21d0cbe5d13c0021
- Parents:
- c4e3190c68044083d3437866d1695d9e714d52b5
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-15 21:11:04+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-23 20:08:14+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/combinatorics/hutil.h
rc4e319 ra4771e1 7 7 * ABSTRACT 8 8 */ 9 10 class intvec; 11 12 struct omBin_s ; typedef struct omBin_s omBin_t ; typedef omBin_t * omBin; 13 14 struct ip_sring ; typedef struct ip_sring * ring; 15 struct sip_sideal; typedef struct sip_sideal * ideal; 16 struct spolyrec ; typedef struct spolyrec polyrec; typedef polyrec * poly; 17 typedef poly * polyset; 18 19 extern ring currRing; 20 9 21 typedef int * scmon; 10 22 typedef scmon * scfmon; … … 43 55 44 56 45 scfmon hInit(ideal S, ideal Q, int * Nexist, ring tailRing);46 57 void hDelete(scfmon ev, int ev_length); 47 58 void hComp(scfmon exist, int Nexist, int ak, scfmon stc, int * Nstc); … … 74 85 void hDegreeSeries(intvec *s1, intvec *s2, int *co, int *mu); 75 86 87 88 scfmon hInit(ideal S, ideal Q, int * Nexist, ring tailRing); 76 89 void slicehilb(ideal I); 77 90 #endif
Note: See TracChangeset
for help on using the changeset viewer.