Changeset cea6f3 in git for kernel/polys.h
- Timestamp:
- Jan 13, 2006, 7:10:06 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 2e4de3d33d0bea3780e1932fdaf8a41c161f473e
- Parents:
- 4cbb61ba5014a593b9bc6569b497e9a8151bc15f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r4cbb61 rcea6f3 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1. 7 2005-11-27 15:28:45 wienand Exp $ */6 /* $Id: polys.h,v 1.8 2006-01-13 18:10:05 wienand Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 174 174 #define pLmShortDivisibleBy(a, sev_a, b, not_sev_b) \ 175 175 p_LmShortDivisibleBy(a, sev_a, b, not_sev_b, currRing) 176 #define pLmRingShortDivisibleBy(a, sev_a, b, not_sev_b) \ 177 p_LmRingShortDivisibleBy(a, sev_a, b, not_sev_b, currRing) 176 178 // returns the "Short Exponent Vector" -- used to speed up divisibility 177 179 // tests (see polys-impl.cc )
Note: See TracChangeset
for help on using the changeset viewer.