warp.invert#
- warp.invert(a: Int) Int#
Kernel
Compute the bitwise complement of
a.
- warp.invert(a: Vector[Any, Int]) Vector[Any, Int]
Kernel
Compute the bitwise complement of
a.Apply the operation element-wise to vectors.
- warp.invert(a: Matrix[Any, Any, Int]) Matrix[Any, Any, Int]
Kernel
Compute the bitwise complement of
a.Apply the operation element-wise to matrices.