vec_all_ngt: All Elements Not Greater Than

d = vec_all_ngt(a, b)

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

Table 1. All Elements Not Greater Than
d a b
int vector double vector double