Changeset 193c6b in git


Ignore:
Timestamp:
May 12, 2010, 12:25:46 PM (14 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fa31d27e256bdfe83ddd590217397bd1cca0b7ac
Parents:
b6f15a097e2d4dfd605bc4474fe89f08fe704400
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-05-12 12:25:46+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:52:55+01:00
Message:
- void * as a parameter for registering coefficients :)
- two doxygen style comments
Location:
coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coeffs/coeffs.h

    rb6f15a r193c6b  
    4848
    4949   // general properties:
    50    BOOLEAN has_simple_Alloc; /* TRUE, if nNew/nDelete are dummies */
    51    BOOLEAN has_simple_Inverse; /* TRUE, if nInvers is cheap */
     50   /// TRUE, if nNew/nDelete/nCopy are dummies
     51   BOOLEAN has_simple_Alloc;
     52   /// TRUE, if std should make polynomials monic (if nInvers is cheap)
     53   /// if false, then a gcd routine is required for a content computation
     54   BOOLEAN has_simple_Inverse;
    5255
    5356   // tests for numbers.cc:
  • coeffs/numbers.h

    rb6f15a r193c6b  
    169169{ return (nField_is_Q_a(r)) || (nField_is_Zp_a(r)); } /* Z/p(a) and Q(a)*/
    170170
    171 typedef void (*cfInitCharProc)(coeffs, int);
     171typedef void (*cfInitCharProc)(coeffs, void *);
    172172n_coeffType nRegister(n_coeffType n, cfInitCharProc p);
    173173
Note: See TracChangeset for help on using the changeset viewer.