warp.isfinite#

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

Check if all elements of a are finite.

Attention

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

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

Check if all elements of a are finite.

Attention

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

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

Check if all elements of a are finite.

Attention

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

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

Check if all elements of a are finite.

Attention

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