Test whether all array elements along a given axis evaluate to True.
Returns a boolean array with the same shape as a with the specified axis removed. If axis is None, returns a scalar.
a
Optional
Test whether all array elements along a given axis evaluate to True.
Returns a boolean array with the same shape as
awith the specified axis removed. If axis is None, returns a scalar.