vec_any_nlt: Any Element Not Less Than

d = vec_any_nlt(a, b)

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

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