MaskedArray.__getslice__(i, j)
matrix.getT()
ndarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent
ndarray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A field is a view of the
MaskedArray.__getstate__()
recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis
ndarray.round(decimals=0, out=None) Return a with each element rounded to the given number of decimals.
matrix.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max or
MaskedArray.flags Information about the memory layout of the array. Notes The
ndarray.__oct__() <==> oct(x)
Page 1 of 56