warp.invert =========== .. function:: warp._src.lang.invert(a: Int) -> Int .. hlist:: :columns: 8 * Kernel Compute the bitwise complement of ``a``. .. function:: warp._src.lang.invert(a: Vector[Int,Any]) -> Vector[Int,Any] :noindex: .. hlist:: :columns: 8 * Kernel Compute the bitwise complement of ``a``. Apply the operation element-wise to vectors. .. function:: warp._src.lang.invert(a: Matrix[Int,Any,Any]) -> Matrix[Int,Any,Any] :noindex: .. hlist:: :columns: 8 * Kernel Compute the bitwise complement of ``a``. Apply the operation element-wise to matrices.