warp.isfinite#
- warp.isfinite(a: Scalar) bool#
Kernel
Return
Trueifais a finite number, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isfinite(a: Vector[Any, Scalar]) bool
Kernel
Return
Trueif all elements of the vectoraare finite, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isfinite(a: Quaternion[Scalar]) bool
Kernel
Return
Trueif all elements of the quaternionaare finite, otherwise returnFalse.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
Return
Trueif all elements of the matrixaare finite, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.