Changeset a4771e1 in git for kernel/combinatorics/stairc.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/stairc.h
rc4e319 ra4771e1 8 8 */ 9 9 10 #include <kernel/structs.h> 10 struct spolyrec ; typedef struct spolyrec polyrec; typedef polyrec * poly; 11 struct ip_sring ; typedef struct ip_sring * ring; 12 struct sip_sideal; typedef struct sip_sideal * ideal; 13 14 class intvec; 15 16 extern ring currRing; 11 17 12 18 void scComputeHC(ideal s,ideal Q, int k,poly &hEdge, ring tailRing = currRing); … … 27 33 ideal scKBase(int deg, ideal s, ideal Q=NULL, intvec * mv=NULL); 28 34 29 intvec * hHstdSeries(ideal S, intvec *modulweight, intvec *wdegree,30 ideal Q=NULL, ring tailRing = currRing);31 intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL, ring tailRing = currRing);32 intvec * hSecondSeries(intvec *hseries1);33 34 void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL);35 36 35 #endif 37 36
Note: See TracChangeset
for help on using the changeset viewer.