Changeset 14b11bb in git for coeffs/rmodulo2m.h


Ignore:
Timestamp:
Apr 29, 2010, 1:41:58 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bfead91247145e45d9f457bafe90b11e57235f21
Parents:
8d0331d269cda0bfa108f83973723bfc04777cd1
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2010-04-29 13:41:58+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:50:23+01:00
Message:
more changes for Z/n and Z/2^m
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/rmodulo2m.h

    r8d0331d r14b11bb  
    1414extern NATNUMBER nr2mModul; /* for storing 2^m - 1, i.e., the
    1515                               bit pattern '11..1' of length m */
     16
     17/* next method is for initializing function pointers */
     18void    nr2mCoeffInit   (n_Procs_s *n, int c, const coeffs r);
    1619
    1720number  nr2mCopy        (number a, const coeffs r);
Note: See TracChangeset for help on using the changeset viewer.