Truth value testing
numpy.testing.decorators.skipif(skip_condition, msg=None)
Laguerre.has_samecoef(other)
numpy.ma.hsplit(ary, indices_or_sections) = Split an array into multiple sub-arrays horizontally (column-wise). Please
chararray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert
numpy.ma.ones(shape, dtype=None, order='C') = Return a new array of given shape and type, filled with ones.
numpy.ma.trace(self, offset=0, axis1=0, axis2=1, dtype=None, out=None) a.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) =
numpy.ma.atleast_1d(*arys) = Convert inputs to arrays with at least one dimension. Scalar inputs are converted to 1-dimensional
numpy.ma.masked_not_equal(x, value, copy=True)
MaskedArray.soften_mask()
Page 94 of 100