Changeset fe25f03 in git
- Timestamp:
- Sep 20, 2006, 6:42:01 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- b96d717a1574409f7b7af33bec521d3c3a10741f
- Parents:
- e941583840af9c87a7cb2b20f5e723090aa9b1a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
re94158 rfe25f03 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: standard.lib,v 1.8 1 2006-07-20 12:26:46 pohlExp $";2 version="$Id: standard.lib,v 1.82 2006-09-20 16:42:01 Singular Exp $"; 3 3 category="Miscellaneous"; 4 4 info=" … … 252 252 if (((npars(basering)>0) &&(minpoly==0))) 253 253 { return(slimgb(i)); } 254 // o erdering dp, char 0254 // ordering dp, char 0 255 255 if((char(P)==0) && (system("nblocks") <= 2) && (find(ordstr_P,"dp")>0)) 256 256 { return(slimgb(i)); } 257 257 } 258 // for module case, not already ha dled by slimgb:258 // for module case, not already handled by slimgb: 259 259 if (nrows(i)>1) 260 260 { return(std(i)); } … … 306 306 int k; 307 307 ideal Qideal = ideal(P); 308 string ri;309 308 310 309 if (npars_P > 0) … … 368 367 if (p_opt) 369 368 { 370 ri = string(Phelp); 371 "std in " + ri; 369 "std in " + string(Phelp); 372 370 } 373 371 intvec hi=hilb(std(qh),1); … … 427 425 if (p_opt) 428 426 { 429 ri = string(Phelp1); 430 "std with hilb in " + ri; 427 "std with hilb in " + string(Phelp1); 431 428 } 432 429 // compute std with Hilbert series
Note: See TracChangeset
for help on using the changeset viewer.