Changeset 2336d0 in git for coeffs/modulop.h


Ignore:
Timestamp:
May 5, 2010, 3:32:25 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
afdd5549fb47d9704dd9bc0d475fe4fb12126213
Parents:
8c484ed8f3ff767d800560901766fe5a4d8eccda
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-05-05 15:32:25+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:51:39+01:00
Message:
cfSetChar for Z/p
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/modulop.h

    r8c484e r2336d0  
    2323
    2424extern int npGen;
    25 extern long npMapPrime;
    2625
    2726void npInitChar(coeffs r, int ch);
     
    5049#define npTest(A,r)     (0)
    5150#endif
    52 void    npSetChar(int c, coeffs r);
    53 void    npInitChar(int c, coeffs r);
    5451
    5552//int     npGetChar();
    5653
    5754nMapFunc npSetMap(const coeffs src, const coeffs dst);
    58 number  npMapP(number from, const coeffs r);
    59 number  npMap0(number from, const coeffs r);
     55number  npMapP(number from, const coeffs src, const coeffs r);
     56number  npMap0(number from, const coeffs src, const coeffs r);
    6057/*-------specials for spolys, do NOT use otherwise--------------------------*/
    6158/* for npMultM, npSubM, npNegM, npEqualM : */
Note: See TracChangeset for help on using the changeset viewer.