cr.sparse.vec_rotate_left_n

cr.sparse.vec_rotate_left_n(x, n)[source]

Circular left shift the contents of the vector by n places

Parameters
Returns

Left rotated x by n places.

Return type

jax.numpy.ndarray