warp.isinf#
- warp.isinf(a: Scalar) bool#
Kernel
Return
Trueifais positive or negative infinity, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isinf(a: Vector[Any, Scalar]) bool
Kernel
Return
Trueif any element of the vectorais positive or negative infinity, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isinf(a: Quaternion[Scalar]) bool
Kernel
Return
Trueif any element of the quaternionais positive or negative infinity, otherwise returnFalse.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
Return
Trueif any element of the matrixais positive or negative infinity, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.