ndarray.itemsize Length of one array element in bytes. Examples
generic.repeat() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
MaskedArray.ndim Number of array dimensions. Examples
ndarray.__repr__() <==> repr(x)
MaskedArray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string
matrix.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation.
MaskedArray.__iand__ x.__iand__(y) <==> x&=y
matrix.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices. Refer
ndarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis.
MaskedArray.__rxor__ x.__rxor__(y) <==> y^x
Page 37 of 56