Ignore:
Timestamp:
Jan 30, 2017, 3:16:26 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
255be23a24e8d8e66bb9940f2b28682b72397092
Parents:
112f6ef2f15862ab65b71de204f611522d5b55c7
Message:
add: p_GcdMon
File:
1 edited

Legend:

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

    r112f6ef r9f93d9  
    20242024
    20252025int p_Compare(const poly a, const poly b, const ring R);
     2026
     2027/// polynomial gcd for f=mon
     2028poly p_GcdMon(poly f, poly g, const ring r);
    20262029#endif // P_POLYS_H
    20272030
Note: See TracChangeset for help on using the changeset viewer.