warp.mod#

warp.mod(a: Scalar, b: Scalar) Scalar#
  • Kernel: true
  • Python: true
  • Differentiable: true

Modulo operation using truncated division.

warp.mod(
a: Vector[Scalar, Any],
b: Vector[Scalar, Any],
) Vector[Scalar, Any]
  • Kernel: true
  • Python: true
  • Differentiable: false

Modulo operation using truncated division.