============ SingleVector ============ With the :code:`SingleVector` class, :code:`atompy` offers some linear algebra operations for single vectors. If you have a collection of vectors, use :class:`.Vector` instead. .. autoclass:: atompy.SingleVector .. currentmodule:: atompy .. toctree:: :hidden: methods/atompy.SingleVector.angle_between methods/atompy.SingleVector.cross methods/atompy.SingleVector.dot methods/atompy.SingleVector.rotated_around_x methods/atompy.SingleVector.rotated_around_y methods/atompy.SingleVector.rotated_around_z