Changeset 066b2f7 in git
- Timestamp:
- Feb 11, 2013, 7:04:54 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- af6ba3f929c9985b0ca72e5dd515335e6d734f7e
- Parents:
- 0366c4ff1082c90f816f09f5ae8eef3e5e3c5e28
- Location:
- libpolys/polys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r0366c4 r066b2f7 143 143 } 144 144 res_p=pReverse(res_p); 145 p Test(res_p);145 p_Test(res_p, R); 146 146 return res_p; 147 147 } -
libpolys/polys/sparsmat.cc
r0366c4 r066b2f7 1666 1666 //#define X_MAS 1667 1667 #ifdef X_MAS 1668 1669 /* 1670 * returns the part of (a*b)/exp(lead(c)) with nonegative exponents 1671 */ 1668 // Note: the following in not addapted to SW :( 1669 /* 1670 /// returns the part of (a*b)/exp(lead(c)) with nonegative exponents 1672 1671 poly smMultDiv(poly a, poly b, const poly c) 1673 1672 { 1674 1673 poly pa, e, res, r; 1675 BOOLEAN lead; \1674 BOOLEAN lead; 1676 1675 int la, lb, lr; 1677 1676 … … 1803 1802 return res; 1804 1803 } 1805 1804 */ 1806 1805 #else 1807 1806
Note: See TracChangeset
for help on using the changeset viewer.