Changeset 2e4ec14 in git for libpolys/coeffs/bigintmat.h
- Timestamp:
- Feb 21, 2013, 12:31:21 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- cd4f243f3aafc7080a52fa973f2d90493e4847f2
- Parents:
- 6909cfb17ff34ff746782e3cb8cdb891e03521dd
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 00:31:21+01:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:58+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/bigintmat.h
r6909cfb r2e4ec14 146 146 /// replace an entry with the given number n (only delete old). 147 147 /// NOTE: starts at [0] 148 #ifdef NDEBUG 149 inline void rawset(int i, number n, const coeffs /*C = NULL*/) 150 #else 148 151 inline void rawset(int i, number n, const coeffs C = NULL) 152 #endif 149 153 { 150 154 assume (C == NULL || C == basecoeffs());
Note: See TracChangeset
for help on using the changeset viewer.