Changeset f7a3f2 in git for libpolys/polys/monomials/p_polys.h
- Timestamp:
- Oct 4, 2012, 8:00:57 PM (11 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.h
r095dee7 rf7a3f2 1817 1817 poly p_DivideM(poly a, poly b, const ring r); 1818 1818 poly 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 1821 void p_Lcm(const poly a, const poly b, poly m, const ring r); 1822 1820 1823 poly p_Diff(poly a, int k, const ring r); 1821 1824 poly p_DiffOp(poly a, poly b,BOOLEAN multiply, const ring r);
Note: See TracChangeset
for help on using the changeset viewer.