cr.sparse.vec_shift_left

cr.sparse.vec_shift_left(x)[source]

Left shift the contents of the vector

Parameters

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

Returns

Left shifted x.

Return type

jax.numpy.ndarray