Changeset 7a8011 in git for libpolys/coeffs/rmodulo2m.cc


Ignore:
Timestamp:
Apr 21, 2011, 2:12:11 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
9b9ae7fadb61129e98f779cff3f5ea3435f370a7
Parents:
8167afd5e92aaed2ba8a54e3c1566fd86d339aa8
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-21 14:12:11+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:25+01:00
Message:
more CoeffWrite: rings, long R, long C
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rmodulo2m.cc

    r8167af r7a8011  
    2525
    2626extern omBin gmp_nrz_bin; /* init in rintegers*/
     27
     28void    nr2mCoeffWrite  (const coeffs r)
     29{
     30  Print("//   Z/2^%lu\n", r->modExponent);
     31}
    2732
    2833/* for initializing function pointers */
     
    6368  r->cfExtGcd      = nr2mExtGcd;
    6469  r->cfName        = ndName;
     70  r->cfCoeffWrite  = nr2mCoeffWrite;
    6571#ifdef LDEBUG
    6672  r->cfDBTest      = nr2mDBTest;
Note: See TracChangeset for help on using the changeset viewer.