Changeset 74ec24c in git
- Timestamp:
- May 25, 1998, 2:56:41 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 96d379affdb8a8f97001bafb9ed80472a7af162f
- Parents:
- 6c5ef10e8419b7cedda7131b1c547f4f62b17160
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ideals.cc
r6c5ef1 r74ec24c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.2 8 1998-05-19 17:24:15Singular Exp $ */4 /* $Id: ideals.cc,v 1.29 1998-05-25 12:56:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 2384 2384 if((ar<=0) || (ar>min(a->ncols,a->nrows))) 2385 2385 { 2386 Werror("%d-th minor ",ar);2386 Werror("%d-th minor, matrix is %dx%d",ar,a->ncols,a->nrows); 2387 2387 return NULL; 2388 2388 } … … 2390 2390 poly barDiv=NULL; 2391 2391 ideal result=idInit(16,1); 2392 idTest(result);2393 2392 2394 2393 idRecMin(mpCopy(a),ar-1,&barDiv,result,&i);
Note: See TracChangeset
for help on using the changeset viewer.