Changeset a4771e1 in git for kernel/combinatorics/hdegree.cc
- 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/hdegree.cc
rc4e319 ra4771e1 6 6 */ 7 7 8 9 10 11 8 #include <kernel/mod2.h> 12 9 10 #include <omalloc/omalloc.h> 11 #include <misc/intvec.h> 12 #include <coeffs/numbers.h> 13 13 14 14 #include <kernel/structs.h> 15 #include <omalloc/omalloc.h>16 15 #include <kernel/ideals.h> 17 16 #include <kernel/polys.h> 18 #include <misc/intvec.h> 19 #include <coeffs/numbers.h> 17 20 18 #include <kernel/combinatorics/hutil.h> 19 #include <kernel/combinatorics/hilb.h> 21 20 #include <kernel/combinatorics/stairc.h> 22 21
Note: See TracChangeset
for help on using the changeset viewer.