Changeset cd6df87 in git for libpolys/coeffs


Ignore:
Timestamp:
May 11, 2011, 6:44:55 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
686f468cd2868ccd3c847dc0cd0b1417fc7fb0e1
Parents:
e432a0567954893b1c33d7a9943e9921184cefef
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-11 18:44:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:05+01:00
Message:
fixed linking against factory and commented out chinese remainder

- build gftables if they are not there otherwise we copy from srcdir
- added factory/gftables
Location:
libpolys/coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.h

    re432a0 rcd6df87  
    8888number   nlGetDenom(number &n, const coeffs r);
    8989number   nlGetNumerator(number &n, const coeffs r);
    90 number   nlChineseRemainder(number *x, number *q,int rl);
    9190void     nlCoeffWrite(const coeffs r);
    9291#ifdef LDEBUG
  • libpolys/coeffs/rintegers.cc

    re432a0 rcd6df87  
    384384  r->cfMult  = nrzMult;
    385385  r->cfSub   = nrzSub;
     386  r->nCoeffIsEqual = ndCoeffIsEqual;
    386387  r->cfAdd   = nrzAdd;
    387388  r->cfDiv   = nrzDiv;
Note: See TracChangeset for help on using the changeset viewer.