Changeset 7a8011 in git for libpolys/coeffs/rintegers.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/rintegers.cc

    r8167af r7a8011  
    372372  return s;
    373373}
     374
     375void    nrzCoeffWrite  (const coeffs r)
     376{
     377  PrintS("//   characteristic : 0 (Integers)\n");
     378}
     379
    374380
    375381BOOLEAN nrzInitChar(coeffs r,  void * parameter)
     
    386392  r->cfSize  = nrzSize;
    387393  r->cfInt  = nrzInt;
    388   #ifdef HAVE_RINGS
    389   //r->cfDivComp = nrzDivComp; // only for ring stuff
    390   //r->cfIsUnit = nrzIsUnit; // only for ring stuff
    391   //r->cfGetUnit = nrzGetUnit; // only for ring stuff
    392   //r->cfExtGcd = nrzExtGcd; // only for ring stuff
    393   //r->cfDivBy = nrzDivBy; // only for ring stuff
    394   #endif
     394  //#ifdef HAVE_RINGS
     395  r->cfDivComp = nrzDivComp; // only for ring stuff
     396  r->cfIsUnit = nrzIsUnit; // only for ring stuff
     397  r->cfGetUnit = nrzGetUnit; // only for ring stuff
     398  r->cfExtGcd = nrzExtGcd; // only for ring stuff
     399  r->cfDivBy = nrzDivBy; // only for ring stuff
     400  //#endif
    395401  r->cfNeg   = nrzNeg;
    396402  r->cfInvers= nrzInvers;
     
    409415  r->cfDelete= nrzDelete;
    410416  r->cfSetMap = nrzSetMap;
     417  r->cfCoeffWrite = nrzCoeffWrite;
    411418  // debug stuff
    412419
Note: See TracChangeset for help on using the changeset viewer.