numpy.ma.make_mask_descr(ndtype)
numpy.ma.empty(shape, dtype=float, order='C') = Return a new array of given shape and type, without initializing entries.
numpy.ma.masked_less_equal(x, value, copy=True)
numpy.ma.all(self, axis=None, out=None) = Check if all of the elements of a are true. Performs a logical_and
numpy.ma.copy(self, *args, **params) a.copy(order='C') = Return a copy of the array.
MaskedArray.nonzero()
numpy.ma.loads(strg)
MaskedArray.copy(order='C')
numpy.ma.atleast_2d(*arys) = View inputs as arrays with at least two dimensions.
numpy.ma.masked_less(x, value, copy=True)
Page 2 of 18