Changeset 7ddfab in git for libpolys/polys/kbuckets.h
- Timestamp:
- Jul 13, 2018, 3:51:16 PM (5 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 55b29ffa7e5ceaaf5e8681e442c601fdf88fd855
- Parents:
- 0612fd84c8ed63efc96d7b8645ceb1f37b32cd17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/kbuckets.h
r0612fd r7ddfab 48 48 } 49 49 50 // Canonicalizes Bpoly, i.e. converts polys of buckets into one poly in51 // one bucket: Returns number of bucket into which it is canonicalized50 /// Canonicalizes Bpoly, i.e. converts polys of buckets into one poly in 51 /// one bucket: Returns number of bucket into which it is canonicalized 52 52 int kBucketCanonicalize(kBucket_pt bucket); 53 54 /// apply n_Normalize to all coefficients 55 void kBucketNormalize(kBucket_pt bucket); 53 56 54 57 /////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.