Changeset 61b2e16 in git for libpolys/coeffs/coeffs.h


Ignore:
Timestamp:
Nov 3, 2011, 7:40:55 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
FIX: bigints <-> numbers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    ra15586 r61b2e16  
    186186   /// Inplace: a *= b
    187187   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!!!
    189192   number  (*cfInit_bigint)(number i, const coeffs dummy, const coeffs dst);
    190193
Note: See TracChangeset for help on using the changeset viewer.