Changeset cd6f8d2 in git
- Timestamp:
- Jan 25, 2017, 11:49:23 AM (6 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f71c1a2f42ee67a91fc918c338ef04f7d9b92c3f
- Parents:
- 90753b3fa39cebd34e9770d6afb4e740c0f3893546174ab389855153a9b0fc8799d070388467c4d1
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2017-01-25 11:49:23+01:00
- git-committer:
- GitHub <noreply@github.com>2017-01-25 11:49:23+01:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/classify_aeq.lib
r46174a rcd6f8d2 1322 1322 //computes the Sagbi normal form 1323 1323 list L=1; 1324 poly re; 1324 1325 map psi; 1325 1326 f=jet(f,b); 1326 1327 if(f==0){return(f);} 1327 while( (f!=0) && (L[1]!=0))1328 while(f!=0) 1328 1329 { 1329 1330 L= algebra_containment(lead(f),lead(I),1); … … 1335 1336 kill S; 1336 1337 } 1337 } 1338 return (lead(f)+sagbiNF(f-lead(f),I,b)); 1338 else 1339 { 1340 re=re+lead(f); 1341 f=f-lead(f); 1342 } 1343 } 1344 return (re); 1339 1345 } 1340 1346 -
Singular/LIB/surf_jupyter.lib
r90753b rcd6f8d2 143 143 144 144 surf_call = "singularsurf_jupyter "; 145 surf_call = surf_call + l + " " + current_pid + " >/dev/null2>&1";145 surf_call = surf_call + l + " " + current_pid + " 2>&1"; 146 146 i = system("sh", surf_call); 147 147 if (i != 0) -
kernel/GBEngine/kstd2.cc
r46174a rcd6f8d2 1752 1752 if (cnt==0) 1753 1753 { 1754 kBucketCanonicalize(P.bucket); 1754 1755 cnt=REDNF_CANONICALIZE; 1755 kBucketCanonicalize(P.bucket);1756 1756 } 1757 1757 h = kBucketGetLm(P.bucket); // FRAGE OLIVER
Note: See TracChangeset
for help on using the changeset viewer.