Changeset 1745e5 in git for kernel/walkSupport.h
- Timestamp:
- Aug 1, 2011, 4:07:53 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 57592b355247b69310d60aa0448d638c327ad3e8
- Parents:
- 283ef732868790f43d179f5c606f84691eaba355
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 16:07:53+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:18+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/walkSupport.h
r283ef7 r1745e5 3 3 4 4 #include <misc/intvec.h> 5 #include < kernel/int64vec.h>5 #include <misc/int64vec.h> 6 6 7 7 int tdeg(poly p); … … 30 30 matrix matIdLift(ideal Gomega, ideal M); 31 31 void rCopyAndChangeA(int64vec* w); 32 ring rCopy0AndAddA(ring r, int64vec *wv64, BOOLEAN copy_qideal = TRUE,33 BOOLEAN copy_ordering = TRUE);34 32 int64vec* rGetGlobalOrderMatrix(ring r); 35 33 int64vec* rGetGlobalOrderWeightVec(ring r);
Note: See TracChangeset
for help on using the changeset viewer.