Changeset 7ddfab in git for libpolys/polys/kbuckets.h


Ignore:
Timestamp:
Jul 13, 2018, 3:51:16 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
55b29ffa7e5ceaaf5e8681e442c601fdf88fd855
Parents:
0612fd84c8ed63efc96d7b8645ceb1f37b32cd17
Message:
LObject::CanonicalizeP/Normalize
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/kbuckets.h

    r0612fd r7ddfab  
    4848}
    4949
    50 // Canonicalizes Bpoly, i.e. converts polys of buckets into one poly in
    51 // one bucket: Returns number of bucket into which it is canonicalized
     50/// Canonicalizes Bpoly, i.e. converts polys of buckets into one poly in
     51/// one bucket: Returns number of bucket into which it is canonicalized
    5252int kBucketCanonicalize(kBucket_pt bucket);
     53
     54/// apply n_Normalize to all coefficients
     55void kBucketNormalize(kBucket_pt bucket);
    5356
    5457/////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.