Home
last modified time | relevance | path

Searched refs:py_rotations_cartesian (Results 1 – 1 of 1) sorted by relevance

/dports/science/py-phono3py/phono3py-1.22.3/c/
H A D_phono3py.c918 PyArrayObject *py_rotations_cartesian; in py_get_collision_matrix() local
941 &py_rotations_cartesian, in py_get_collision_matrix()
959 rotations_cartesian = (double*)PyArray_DATA(py_rotations_cartesian); in py_get_collision_matrix()
961 assert(num_rot == PyArray_DIMS(py_rotations_cartesian)[0]); in py_get_collision_matrix()