Rotate 1D array from one basis to another.
numpy.ndarray
1D array.
Rotation matrix.
Rotated array in another basis compared with the original one.
rot_1d_array()