Changeset 192e71 in git
- Timestamp:
- Mar 12, 2019, 4:14:46 PM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 0561fc58af61d0d8b4a15e3d4ea172191a712c49
- Parents:
- 6c29eecfbf047db4b40d753db27927ecd270d83e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/VecField.lib
r6c29ee r192e71 923 923 " 924 924 { 925 int myindex; 925 926 if(typeof(p) == "map") 926 927 { … … 978 979 979 980 ideal Inew; 980 for( intj=1;j<=ncols(I);j++)981 for(j=1;j<=ncols(I);j++) 981 982 { 982 983 if(deg(I[j],(1:numvars,0:numvars)) > 0) … … 989 990 990 991 // normalize groebner basis 991 for( intj=1;j<=ncols(I);j++)992 for(j=1;j<=ncols(I);j++) 992 993 { 993 994 I[j] = I[j]/leadcoef(I[j]); … … 1008 1009 for(j=1;j<=numvars;j++) 1009 1010 { 1010 intmyindex = varNum(leadmonom(I[j]));1011 myindex = varNum(leadmonom(I[j])); 1011 1012 if(myindex < 1) 1012 1013 {
Note: See TracChangeset
for help on using the changeset viewer.