warp.isfinite ============= .. function:: warp._src.lang.isfinite(a: Scalar) -> bool .. hlist:: :columns: 8 * 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. .. function:: warp._src.lang.isfinite(a: Vector[Scalar,Any]) -> bool :noindex: .. hlist:: :columns: 8 * 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. .. function:: warp._src.lang.isfinite(a: Quaternion[Float]) -> bool :noindex: .. hlist:: :columns: 8 * 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. .. function:: warp._src.lang.isfinite(a: Matrix[Scalar,Any,Any]) -> bool :noindex: .. hlist:: :columns: 8 * 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.