Changeset 613794 in git for libpolys/coeffs/rintegers.cc


Ignore:
Timestamp:
May 11, 2011, 7:44:47 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9a90342ac6c7e2f12bfda27f0321e45d10c13c82
Parents:
529fa4949959b00e5797a75be00fe6738a132f14
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-11 19:44:47+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:06+01:00
Message:
add: CoeffIsEqual/KillChar for n_Z2m, n_Z
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rintegers.cc

    r529fa4 r613794  
    382382{
    383383  r->cfSetChar= NULL;
     384  r->nCoeffIsEqual = ndCoeffIsEqual;
     385  r->cfKillChar = ndKillChar;
    384386  r->cfMult  = nrzMult;
    385387  r->cfSub   = nrzSub;
    386   r->nCoeffIsEqual = ndCoeffIsEqual;
    387388  r->cfAdd   = nrzAdd;
    388389  r->cfDiv   = nrzDiv;
Note: See TracChangeset for help on using the changeset viewer.