Changeset 61b2e16 in git for libpolys/coeffs/coeffs.h
- Timestamp:
- Nov 3, 2011, 7:40:55 PM (12 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 6051d879db769fabc5f68f3052af02b306ccf1a6
- Parents:
- a15586a3e2341feb5065aee8eaef7ffb89308451
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-03 19:40:55+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-09 20:32:41+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/coeffs.h
ra15586 r61b2e16 186 186 /// Inplace: a *= b 187 187 void (*cfInpMult)(number &a, number b, const coeffs r); 188 /// maps the bigint i (from dummy) into the coeffs dst 188 189 /// maps the bigint i (from dummy == coeffs_BINGINT!!!) into the 190 /// coeffs dst 191 /// TODO: to be exchanged with a map!!! 189 192 number (*cfInit_bigint)(number i, const coeffs dummy, const coeffs dst); 190 193
Note: See TracChangeset
for help on using the changeset viewer.