Changeset 3de81d0 in git for coeffs/coeffs.h


Ignore:
Timestamp:
May 5, 2010, 11:18:31 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8948da4942e2629670c865b9cffac2a4250d51c4
Parents:
3aae0e3e34a42ae26c9f4be2d2e8beaefb6268b0
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-05-05 11:18:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:50:25+01:00
Message:
individula initialisation routines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/coeffs.h

    r3aae0e r3de81d0  
    127127   // Zp_a, Q_a
    128128   // ?
    129 
     129   // initialisation:
     130   void (*cfInitChar)(coeffs r); // do one-time initialisations
     131   void (*cfKillChar)(coeffs r); //  undo all initialisations
     132                                // or NULL
     133   void (*cfSetChar)(coeffs r); // initialisations after each ring change
     134                                // or NULL
    130135   // general stuff
    131136   numberfunc nMult, nSub ,nAdd ,nDiv, nIntDiv, nIntMod, nExactDiv;
Note: See TracChangeset for help on using the changeset viewer.