generic.squeeze() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
MaskedArray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in
ndarray.dot(b, out=None) Dot product of two arrays. Refer to
record.max() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
matrix.std(axis=None, dtype=None, out=None, ddof=0)
ndarray.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the standard deviation of the array elements along
MaskedArray.__imul__(other)
generic.tolist() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
recarray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices.
ndarray.__divmod__(y) <==> divmod(x, y)
Page 18 of 56