MaskedArray.__rrshift__ x.__rrshift__(y) <==> y>>x
ndarray.__float__() <==> float(x)
ndarray.nonzero() Return the indices of the elements that are non-zero. Refer to
generic.__array_wrap__() sc.__array_wrap__(obj) return scalar from array
ndarray.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the standard deviation of the array elements along
matrix.view(dtype=None, type=None) New view of array with the same data.
matrix.ravel(order='C')
generic.view() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
generic.max() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
ndarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include
Page 14 of 56