====== Vector ====== With the :code:`Vector` class, :code:`atompy` offers some linear algebra operations for vectors. The underlying data structure is a NumPy `ndarray `_. .. autoclass:: atompy.Vector .. currentmodule:: atompy .. toctree:: :hidden: methods/atompy.Vector.angle_between methods/atompy.Vector.copy methods/atompy.Vector.cross methods/atompy.Vector.dot methods/atompy.Vector.keep_where methods/atompy.Vector.remove_where methods/atompy.Vector.rotated_around_x methods/atompy.Vector.rotated_around_y methods/atompy.Vector.rotated_around_z