warp.isinf#

warp.isinf(a: Scalar) bool#
  • Kernel

Check if any element of a is positive or negative infinity.

Attention

This function will no longer support integer types as input. Please use float types instead.

warp.isinf(a: Vector[Any, Scalar]) bool
  • Kernel

Check if any element of a is positive or negative infinity.

Attention

This function will no longer support integer types as input. Please use float types instead.

warp.isinf(a: Quaternion[Float]) bool
  • Kernel

Check if any element of a is positive or negative infinity.

Attention

This function will no longer support integer types as input. Please use float types instead.

warp.isinf(a: Matrix[Any, Any, Scalar]) bool
  • Kernel

Check if any element of a is positive or negative infinity.

Attention

This function will no longer support integer types as input. Please use float types instead.