Changeset da5d77 in git for libpolys/polys/coeffrings.h


Ignore:
Timestamp:
Mar 16, 2012, 9:31:18 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
bbe9548df00466bc1a7e2d22f1e5662d1f4614fa
Parents:
66b9679c3d696e061e7f06abdc3f5ddf7c9f2991
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 21:31:18+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-17 18:45:31+01:00
Message:
minor changes to ParDeg

chg: ndParDeg is a static function
add: nfParDef in ffields.cc (GF!)
add: n_ParDeg(ring) wrapper
add: added standard assumes to wrappers for ChineseRemainder, Farey, ParDeg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/coeffrings.h

    r66b967 rda5d77  
    4747#endif
    4848
    49 
     49static inline int n_ParDeg(number n, const ring r){ assume(r != NULL); assume(r->cf != NULL); return n_ParDeg(n,r->cf); }
    5050
    5151#endif /* COEFFRINGS_H */
Note: See TracChangeset for help on using the changeset viewer.