Changeset 3060a7 in git for kernel/ideals.cc
- Timestamp:
- Feb 25, 2009, 7:15:03 PM (14 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 88542405b72b2e4e2770cdf6244a44221f9047a5
- Parents:
- 69331f48332cdfe97f62b18b3118309f9af63ebc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r69331f r3060a7 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.7 0 2009-02-25 10:41:54Singular Exp $ */4 /* $Id: ideals.cc,v 1.71 2009-02-25 18:15:03 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 2751 2751 { 2752 2752 R = idrCopyR(R,origR); 2753 if (ar>1) // otherwise done in mpMinorToResult2754 {2755 matrix bb=(matrix)kNF(R,currQuotient,(ideal)b);2756 bb->rank=b->rank; bb->nrows=b->nrows; bb->ncols=b->ncols;2757 idDelete((ideal*)&b); b=bb;2758 }2753 //if (ar>1) // otherwise done in mpMinorToResult 2754 //{ 2755 // matrix bb=(matrix)kNF(R,currQuotient,(ideal)b); 2756 // bb->rank=b->rank; bb->nrows=b->nrows; bb->ncols=b->ncols; 2757 // idDelete((ideal*)&b); b=bb; 2758 //} 2759 2759 } 2760 2760 result=idInit(32,1);
Note: See TracChangeset
for help on using the changeset viewer.