Changeset dc8eb2 in git for Singular/LIB/ellipticcovers.lib
- Timestamp:
- Sep 9, 2013, 11:07:55 AM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ba49bf104d6b7507ed3b20c7e82c411b63cd90c3
- Parents:
- 6e5fb8733fcf1f4906723aab1d2feac2351a2769
- git-author:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-09 11:07:55+02:00
- git-committer:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-09 11:14:16+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ellipticcovers.lib
r6e5fb8 rdc8eb2 213 213 } 214 214 if ((typeof(xy)=="graph")||(typeof(d)=="list")) { 215 list xl = ringlist( R)[1][2];215 list xl = ringlist(basering)[1][2]; 216 216 list ed = xy.edges; 217 217 number f=1; … … 408 408 if (typeof(P)=="graph"){ 409 409 if (size(#)>1){ 410 return(gromovWitten(propagator( G,#)));410 return(gromovWitten(propagator(P,#))); 411 411 } else { 412 412 int d =#[1]; … … 416 416 for (int j=1; j<=size(pa); j++) { 417 417 ti=timer; 418 re[j]=gromovWitten(propagator( G,pa[j]));418 re[j]=gromovWitten(propagator(P,pa[j])); 419 419 ti=timer-ti; 420 420 //print(string(j)+" / "+string(size(pa))+" "+string(pa[j])+" "+string(re[j])+" "+string(sum(re))+" "+string(ti)); … … 461 461 ti=timer; 462 462 //pararg[j]=list(propagator(G,pa[j])); 463 re[j]=gromovWitten(propagator( G,pa[j]));463 re[j]=gromovWitten(propagator(P,pa[j])); 464 464 ti=timer-ti; 465 465 if (vb>0){print(string(j)+" / "+string(size(pa))+" "+string(pa[j])+" "+string(re[j])+" "+string(sum(re))+" "+string(ti));}
Note: See TracChangeset
for help on using the changeset viewer.