numpy.polynomial.laguerre.Laguerre()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

class numpy.polynomial.laguerre.Laguerre(coef, domain=None, window=None)

2025-01-10 15:47:30
numpy.ma.mask_rowcols()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.mask_rowcols(a, axis=None)

2025-01-10 15:47:30
numpy.ma.identity()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.identity(n, dtype=None) = Return the identity array. The identity array is a square array with ones on the main

2025-01-10 15:47:30
Chebyshev.fromroots()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

classmethod Chebyshev.fromroots(roots, domain=[], window=None)

2025-01-10 15:47:30
Chebyshev.linspace()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

Chebyshev.linspace(n=100, domain=None)

2025-01-10 15:47:30
numpy.unpackbits()
  • References/Python/NumPy/Routines/Binary operations

numpy.unpackbits(myarray, axis=None) Unpacks elements of a uint8 array into a binary-valued output array. Each element

2025-01-10 15:47:30
Laguerre.degree()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

Laguerre.degree()

2025-01-10 15:47:30
numpy.zeros()
  • References/Python/NumPy/Routines/Array creation routines

numpy.zeros(shape, dtype=float, order='C') Return a new array of given shape and type, filled with zeros.

2025-01-10 15:47:30
numpy.ma.make_mask_descr()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.make_mask_descr(ndtype)

2025-01-10 15:47:30
numpy.ma.empty()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.empty(shape, dtype=float, order='C') = Return a new array of given shape and type, without initializing entries.

2025-01-10 15:47:30