nums.numpy.alltrue

nums.numpy.alltrue(a, axis=None, out=None, dtype=None, keepdims=False)[source]

Check if all elements of input array are true.

This docstring was copied from numpy.alltrue.

Some inconsistencies with the NumS version may exist.

See also

all

Equivalent function; see for details.