Let us walk on the 3-isogeny graph
|
Functions | |
mean (d) | |
deviation (d) |
Variables | |
keys = set() | |
dict | validate = {} |
dict | action = {} |
dict | torsion = {} |
dict | mults = {} |
dict | sqs = {} |
dict | adds = {} |
int | num = 0 |
line = line.split() | |
dict | target = validate |
mul = int(line[4]) | |
sq = int(line[6]) | |
addsub = int(line[8]) | |
float | Mcyc = 0.000001*int(line[10]) |
mulsq = mul+sq | |
float | combo185 = mul+0.8*sq+0.05*addsub |
str | output = '%s %s' % (k,targetname) |
dict | x = target[k,name] |
str | format = ' %s %.0f+-%.0f' |
deviation | ( | d | ) |
Definition at line 10 of file analyze_bench.py.
References mean().
mean | ( | d | ) |
Definition at line 7 of file analyze_bench.py.
Referenced by deviation().
dict action = {} |
Definition at line 16 of file analyze_bench.py.
dict adds = {} |
Definition at line 20 of file analyze_bench.py.
addsub = int(line[8]) |
Definition at line 48 of file analyze_bench.py.
Definition at line 51 of file analyze_bench.py.
str format = ' %s %.0f+-%.0f' |
Definition at line 84 of file analyze_bench.py.
keys = set() |
Definition at line 14 of file analyze_bench.py.
line = line.split() |
Definition at line 24 of file analyze_bench.py.
float Mcyc = 0.000001*int(line[10]) |
Definition at line 49 of file analyze_bench.py.
mul = int(line[4]) |
Definition at line 46 of file analyze_bench.py.
Definition at line 50 of file analyze_bench.py.
dict mults = {} |
Definition at line 18 of file analyze_bench.py.
int num = 0 |
Definition at line 21 of file analyze_bench.py.
str output = '%s %s' % (k,targetname) |
Definition at line 80 of file analyze_bench.py.
sq = int(line[6]) |
Definition at line 47 of file analyze_bench.py.
dict sqs = {} |
Definition at line 19 of file analyze_bench.py.
dict target = validate |
Definition at line 32 of file analyze_bench.py.
dict torsion = {} |
Definition at line 17 of file analyze_bench.py.
dict validate = {} |
Definition at line 15 of file analyze_bench.py.
dict x = target[k,name] |
Definition at line 83 of file analyze_bench.py.