warp.lshift =========== .. function:: warp._src.lang.lshift(a: Int, b: Int) -> Int .. hlist:: :columns: 8 * Kernel Compute ``a`` left-shifted by ``b`` bits. .. function:: warp._src.lang.lshift(a: Vector[Int,Any], b: Vector[Int,Any]) -> Vector[Int,Any] :noindex: .. hlist:: :columns: 8 * Kernel Compute ``a`` left-shifted by ``b`` bits. Apply the operation element-wise to vectors. .. function:: warp._src.lang.lshift(a: Matrix[Int,Any,Any], b: Matrix[Int,Any,Any]) -> Matrix[Int,Any,Any] :noindex: .. hlist:: :columns: 8 * Kernel Compute ``a`` left-shifted by ``b`` bits. Apply the operation element-wise to matrices.