Changeset e2efe91 in git for kernel/sca.h
- Timestamp:
- Mar 2, 2009, 7:06:54 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- fcef59fcd75c37051211c94b3423f0d319602d9d
- Parents:
- c91241ed56b5d5415d9557a8844d82dc4c1bd14a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/sca.h
rc91241 re2efe91 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: sca.h,v 1.1 5 2009-03-02 17:04:52motsak Exp $ */7 /* $Id: sca.h,v 1.16 2009-03-02 18:06:54 motsak Exp $ */ 8 8 9 9 #include <ring.h> … … 163 163 164 164 // reduce ideal id modulo <y_i^2> , i = iFirstAltVar .. iLastAltVar 165 // optional argument bSkipZeroes allow skipping of zero entries, by 166 // default - no skipping! 165 167 ideal id_KillSquares(const ideal id, 166 168 const unsigned int iFirstAltVar, const unsigned int iLastAltVar, 167 const ring r, const bool bSkipZeroes = true);169 const ring r, const bool bSkipZeroes = false); 168 170 169 171 // for benchmarking
Note: See TracChangeset
for help on using the changeset viewer.