numpy.ma.masked_less_equal(x, value, copy=True)
MaskedArray.__long__() <==> long(x)
numpy.union1d(ar1, ar2)
numpy.ma.empty(shape, dtype=float, order='C') = Return a new array of given shape and type, without initializing entries.
numpy.savez_compressed(file, *args, **kwds)
ndarray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A field is a view of the
Several new types are defined in the C-code. Most of these are accessible from Python, but a few are not exposed due to their limited use. Every new Python type has an associated PyObject *
numpy.moveaxis(a, source, destination)
numpy.polynomial.laguerre.lagval(x, c, tensor=True)
RandomState.random_sample(size=None) Return random floats in the half-open interval [0.0, 1.0). Results
Page 17 of 100