warp.cw\_div ============ .. function:: warp._src.lang.cw_div(a: Vector[Scalar,Any], b: Vector[Scalar,Any]) -> Vector[Scalar,Any] .. hlist:: :columns: 8 * Kernel * Differentiable Compute the component-wise division of ``a`` by ``b``. .. function:: warp._src.lang.cw_div(a: Matrix[Scalar,Any,Any], b: Matrix[Scalar,Any,Any]) -> Matrix[Scalar,Any,Any] :noindex: .. hlist:: :columns: 8 * Kernel * Differentiable Compute the component-wise division of ``a`` by ``b``.