cr.sparse.vec_rotate_right

cr.sparse.vec_rotate_right(x)[source]

Circular right shift the contents of the vector

Parameters

x (jax.numpy.ndarray) – A line vector.

Returns

Right rotated x.

Return type

jax.numpy.ndarray