ndarray.__getitem__ x.__getitem__(y) <==> x[y]
recarray.data Python buffer object pointing to the start of the array?s data.
MaskedArray.__gt__ x.__gt__(y) <==> x>y
MaskedArray.__oct__() <==> oct(x)
numpy.ma.is_mask(m)
numpy.ma.count(a, axis=None)
numpy.polyval(p, x)
record.real real part of scalar
matrix.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to
chararray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array.
Page 15 of 100