Changeset 6caad65 in git for libpolys/coeffs/bigintmat.cc
- Timestamp:
- Aug 10, 2012, 6:43:54 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 865b200481936511016703447e348179c16cfe12
- Parents:
- ab56fc8edb1c11c3240a168051119e14e5bed4a8
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-10 18:43:54+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-15 19:58:16+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/bigintmat.cc
rab56fc r6caad65 14 14 #include <math.h> 15 15 #include <string.h> 16 17 // Ungetestet 18 static void bimRowContent(bigintmat *bimat, int rowpos, int colpos); 19 static void bimReduce(bigintmat *bimat, int rpiv, int colpos, 20 int ready, int all); 21 22 16 23 17 24 //#define BIMATELEM(M,I,J) (M)[ (M).index(I,J) ]
Note: See TracChangeset
for help on using the changeset viewer.