Ignore:
Timestamp:
Jan 29, 2019, 11:17:23 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
54b24c79febc0e79ee3f9c6a86b7c4d505c69a43e7f87f8c0c1e0f9a32c413846486e3d60a8c191a
Parents:
4b79c7b8189f75f27945f29fcb0e545394b85ab0
Message:
add: p_CopyPowerProduct
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    r4b79c7b rd59bc4  
    822822}
    823823
     824/// copy the i(leading) term of p
    824825static inline poly p_Head(poly p, const ring r)
    825826{
     
    835836}
    836837
    837 // returns a copy of p with Lm(p) from lmRing and Tail(p) from tailRing
     838/// like p_Head, but with coefficient 1
     839poly p_CopyPowerProduct(poly p, const ring r);
     840
     841/// returns a copy of p with Lm(p) from lmRing and Tail(p) from tailRing
    838842static inline poly p_Copy(poly p, const ring lmRing, const ring tailRing)
    839843{
Note: See TracChangeset for help on using the changeset viewer.