Changeset eb816e in git for Singular/ideals.cc
- Timestamp:
- May 26, 1998, 11:19:32 AM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 154a0553f38f57cb93824037f438596c98431ee9
- Parents:
- e665360cc0f5bbf82c5fcd91a148a64fba184dd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ideals.cc
re665360 reb816e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1. 29 1998-05-25 12:56:40Singular Exp $ */4 /* $Id: ideals.cc,v 1.30 1998-05-26 09:19:32 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 265 265 } 266 266 } 267 267 268 268 void idDelDiv(ideal id) 269 269 { … … 274 274 for (j=l-1; j>i; j--) 275 275 { 276 276 277 277 if (((id->m[j] != NULL) && pDivisibleBy(id->m[i], id->m[j])) || 278 278 (id->m[i] == NULL && id->m[j] == NULL)) … … 293 293 } 294 294 } 295 295 296 296 297 297 /*2
Note: See TracChangeset
for help on using the changeset viewer.