Ignore:
Timestamp:
Oct 4, 2012, 8:00:57 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
9f6cc091f81a4d6c75b4696ae3e84bc53e419051
Parents:
095dee7384980b4721524a28443756f110c5faa7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-10-04 20:00:57+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-10-05 18:15:04+02:00
Message:
Minor changes to p_Lcm for (module) monomials
File:
1 edited

Legend:

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

    r095dee7 rf7a3f2  
    18171817poly      p_DivideM(poly a, poly b, const ring r);
    18181818poly      p_Div_nn(poly p, const number n, const ring r);
    1819 void      p_Lcm(poly a, poly b, poly m, const ring r);
     1819
     1820// returns the LCM of the head terms of a and b in *m
     1821void p_Lcm(const poly a, const poly b, poly m, const ring r);
     1822
    18201823poly      p_Diff(poly a, int k, const ring r);
    18211824poly      p_DiffOp(poly a, poly b,BOOLEAN multiply, const ring r);
Note: See TracChangeset for help on using the changeset viewer.