vec_any_nge: Any Element Not Greater Than or Equal

d = vec_any_nge(a, b)

Tests whether any element of the first argument is not greater than or equal to the corresponding element of the second argument. The result is 1 if any element of a is not greater than or equal to the corresponding element of b. Otherwise, the result is 0.

Table 1. Any Element Not Greater Than or Equal
d a b
int vector double vector double