numpy.ma.inner(a, b)
numpy.ma.hsplit(ary, indices_or_sections) = Split an array into multiple sub-arrays horizontally (column-wise). Please
MaskedArray.data Return the current data, as a view of the original underlying data.
numpy.ma.sort(a, axis=-1, kind='quicksort', order=None, endwith=True, fill_value=None)
numpy.ma.allclose(a, b, masked_equal=True, rtol=1e-05, atol=1e-08)
MaskedArray.std(axis=None, dtype=None, out=None, ddof=0)
MaskedArray.all(axis=None, out=None)
MaskedArray.unshare_mask()
numpy.ma.ediff1d(arr, to_end=None, to_begin=None)
numpy.ma.mask_rows(a, axis=None)
Page 14 of 18