Changeset 6caad65 in git for libpolys/coeffs/bigintmat.h
- 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.h
rab56fc r6caad65 194 194 int intArrSum(int * a, int length); 195 195 196 197 // Ungetestet198 static void bimRowContent(bigintmat *bimat, int rowpos, int colpos);199 static void bimReduce(bigintmat *bimat, int rpiv, int colpos,200 int ready, int all);201 202 196 class intvec; 203 197 intvec * bim2iv(bigintmat * b);
Note: See TracChangeset
for help on using the changeset viewer.