vec_all_numeric: All Elements Numeric
d = vec_all_numeric(a)Tests
whether each element of the given vector is numeric (not a NaN).
The result is 1 if each element of a is numeric (not
a NaN). Otherwise, the result is 0.
d = vec_all_numeric(a)Tests
whether each element of the given vector is numeric (not a NaN).
The result is 1 if each element of a is numeric (not
a NaN). Otherwise, the result is 0.