Changeset 94b759 in git for coeffs/gnumpc.h


Ignore:
Timestamp:
Apr 30, 2010, 7:26:10 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6ce7579378e276236fc3dfffd7b704449b1e306a
Parents:
97d8a41a15dadbaebb9ddaa1705f32a135ccb013
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-04-30 19:26:10+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:50:24+01:00
Message:
Finished long_C: gnumpc.*.
Note: that MapFunctions should look as follows:
number nMapFunc(number a, const coeffs r, const coeffs aRing);
and map "a" from aRing into r!!!!!!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/gnumpc.h

    r97d8a4 r94b759  
    2626number   ngcDiv(number a, number b, const coeffs r);
    2727void     ngcPower(number x, int exp, number *lu, const coeffs r);
    28 number   ngcCopy(number a, const coeffs);
     28number   ngcCopy(number a, const coeffs r);
    2929number   ngc_Copy(number a, coeffs r);
    3030const char * ngcRead (const char *s, number *a, const coeffs r);
     
    3333number   ngcImPart(number a, const coeffs r);
    3434
     35void     ngcDelete(number *a, const coeffs r);
    3536
    3637#ifdef LDEBUG
    37 BOOLEAN  ngcDBTest(number a, const char *f, const int l, const coeffs);
     38BOOLEAN  ngcDBTest(number a, const char *f, const int l, const coeffs r);
    3839#endif
    39 void     ngcDelete(number *a, const coeffs r);
    4040
    41 nMapFunc  ngcSetMap(const coeffs src, const coeffs dst);
     41/// Get a mapping function from src into this domain: long_C
     42/// no need in dst!?
     43nMapFunc  ngcSetMap(const coeffs src/*, const coeffs dst*/);
    4244
    43 number ngcMapQ(number from, const coeffs r);
     45// Why is this here? who needs it?
     46// number ngcMapQ(number from, const coeffs r, const coeffs aRing);
    4447#endif
    4548
Note: See TracChangeset for help on using the changeset viewer.