numpy.ma.ones(shape, dtype=None, order='C') = Return a new array of given shape and type, filled with ones.
numpy.matlib.rand(*args)
RandomState.randn(d0, d1, ..., dn) Return a sample (or samples) from the ?standard normal? distribution. If
classmethod HermiteE.fit(x, y, deg, domain=None, rcond=None, full=False, w=None, window=None)
classmethod Legendre.cast(series, domain=None, window=None)
numpy.polynomial.legendre.leg2poly(c)
numpy.reshape(a, newshape, order='C')
Legendre.has_samedomain(other)
numpy.packbits(myarray, axis=None) Packs the elements of a binary-valued array into bits in a uint8 array. The result
numpy.isrealobj(x)
Page 84 of 100