Changeset 3f3b4d5 in git
- Timestamp:
- May 29, 2009, 3:58:51 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- c29c3c14488b0edc87700feca6bdb7faf37a1ca8
- Parents:
- c92fb1263e2fdce703509276003f67dd8351d229
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/sca.cc
rc92fb1 r3f3b4d5 7 7 * Author: motsak (Oleksandr Motsak) 8 8 * Created: 2006/12/18 9 * Version: $Id: sca.cc,v 1.3 6 2009-04-08 17:21:58motsak Exp $9 * Version: $Id: sca.cc,v 1.37 2009-05-29 13:58:51 motsak Exp $ 10 10 *******************************************************************/ 11 11 … … 2760 2760 2761 2761 // reduce polynomial p modulo <y_i^2> , i = iFirstAltVar .. iLastAltVar 2762 // returns a new poly! 2762 2763 poly p_KillSquares(const poly p, 2763 2764 const unsigned int iFirstAltVar, const unsigned int iLastAltVar, … … 2814 2815 2815 2816 // reduces ideal id modulo <y_i^2> , i = iFirstAltVar .. iLastAltVar 2816 // returns the reduced ideal or zero ideal. 2817 // returns the reduced ideal or zero ideal. 2817 2818 ideal id_KillSquares(const ideal id, 2818 2819 const unsigned int iFirstAltVar, const unsigned int iLastAltVar,
Note: See TracChangeset
for help on using the changeset viewer.