Go to the source code of this file.
Namespaces | |
bench-switch | |
Variables | |
list | bench-switch.a = [0.0, 0.0, 0.0] |
bench-switch.a_matrix = np.matrix(a) | |
string | bench-switch.cmd1 = "timeit np.array(a)" |
string | bench-switch.cmd2 = "timeit np.matrix(a)" |
string | bench-switch.cmd4 = "timeit quat.coeffs()" |
string | bench-switch.cmd5 = "timeit np.asmatrix(quat.coeffs())" |
string | bench-switch.cmd6 = "timeit np.asarray(a_matrix)" |
bench-switch.ipython = get_ipython() | |
bench-switch.quat = eigenpy.Quaternion() | |