Changeset 283ef7 in git for kernel/walkSupport.h
- Timestamp:
- Aug 1, 2011, 2:46:28 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1745e54cd4e59e4a1d1e016ef95357e2e1669a22
- Parents:
- f14e40111112dd5f76cb431e5b83a75637cb5724
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 14:46:28+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:17+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/walkSupport.h
rf14e40 r283ef7 45 45 int64 gcd64(int64 a, int64 b); 46 46 inline int64 abs64(int64 i) { return ABS(i); } 47 static inline long scalarProduct(intvec* a, intvec* b);48 static inline int64 scalarProduct64(int64vec* a, int64vec* b);47 //static inline long scalarProduct(intvec* a, intvec* b); 48 //static inline int64 scalarProduct64(int64vec* a, int64vec* b); 49 49 ideal sortRedSB(ideal G); 50 50 intvec* int64VecToIntVec(int64vec* source);
Note: See TracChangeset
for help on using the changeset viewer.