Changeset 237b4dd in git for libpolys/polys


Ignore:
Timestamp:
Feb 8, 2012, 4:30:49 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
47ab5b7e675ca5ba2cdae6bd1b1ae99126b95386
Parents:
65c5f5710da694616a5f4f24bb00f15eb0ddfae6
Message:
fix: introduce ntNormalize
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r65c5f5 r237b4dd  
    909909}
    910910
     911void ntNormalize (number &a, const coeffs cf)
     912{
     913  definiteGcdCancellation(a, cf, FALSE);
     914}
     915
    911916/* expects *param to be castable to TransExtInfo */
    912917static BOOLEAN ntCoeffIsEqual(const coeffs cf, n_coeffType n, void * param)
     
    13181323  cf->cfWrite        = ntWrite;
    13191324  cf->cfRead         = ntRead;
     1325  cf->cfNormalize    = ntNormalize;
    13201326  cf->cfDelete       = ntDelete;
    13211327  cf->cfSetMap       = ntSetMap;
Note: See TracChangeset for help on using the changeset viewer.