class numpy.polynomial.laguerre.Laguerre(coef, domain=None, window=None)
numpy.ma.mask_rowcols(a, axis=None)
numpy.ma.identity(n, dtype=None) = Return the identity array. The identity array is a square array with ones on the main
classmethod Chebyshev.fromroots(roots, domain=[], window=None)
Chebyshev.linspace(n=100, domain=None)
numpy.unpackbits(myarray, axis=None) Unpacks elements of a uint8 array into a binary-valued output array. Each element
Laguerre.degree()
numpy.zeros(shape, dtype=float, order='C') Return a new array of given shape and type, filled with zeros.
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.
Page 9 of 100