warp.cw_div#
- warp.cw_div(
- a: Vector[Any, Scalar],
- b: Vector[Any, Scalar],
Kernel
Differentiable
Compute the component-wise division of
abyb.
- warp.cw_div(
- a: Matrix[Any, Any, Scalar],
- b: Matrix[Any, Any, Scalar],
Kernel
Differentiable
Compute the component-wise division of
abyb.