vec_any_nle: Any Element Not Less Than or Equal

d = vec_any_nle(a, b)

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

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