Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 5 | 0.954 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 42 | Bio/PDB/Vector.py |
2 | 4 | 46 | Bio/PDB/Vector.py |
| ||||
y = numpy.sqrt(m11-m00-m22+0.5) x = m[0,1]/(2*y) z = m[1,2]/(2*y) |
| ||||
z = numpy.sqrt(m22-m00-m11+0.5) x = m[0,2]/(2*z) y = m[1,2]/(2*z) |
| |||
[[#variable7c3bfcc0]]= numpy.sqrt( [[#variable7c3bec20]]-m00- [[#variable7c3bfd40]]+0.5) x = m[0, [[#variable7c3bfc80]]]/(2* [[#variable7c3bfcc0]]) [[#variable7c3bfd00]]= m[1,2]/(2* [[#variable7c3bfcc0]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c3bfcc0]] | y |
1 | 2 | [[#7c3bfcc0]] | z |
2 | 1 | [[#7c3bec20]] | m11 |
2 | 2 | [[#7c3bec20]] | m22 |
3 | 1 | [[#7c3bfd40]] | m22 |
3 | 2 | [[#7c3bfd40]] | m11 |
4 | 1 | [[#7c3bfc80]] | 1 |
4 | 2 | [[#7c3bfc80]] | 2 |
5 | 1 | [[#7c3bfd00]] | z |
5 | 2 | [[#7c3bfd00]] | y |