numpy.savez_compressed()
  • References/Python/NumPy/Routines/Input and output

numpy.savez_compressed(file, *args, **kwds)

2025-01-10 15:47:30
numpy.busday_offset()
  • References/Python/NumPy/Routines/Datetime Support Functions

numpy.busday_offset(dates, offsets, roll='raise', weekmask='1111100', holidays=None, busdaycal=None, out=None) First adjusts

2025-01-10 15:47:30
numpy.shares_memory()
  • References/Python/NumPy/Routines/Miscellaneous routines

numpy.shares_memory(a, b, max_work=None) Determine if two arrays share memory

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

numpy.polynomial.laguerre.lagtrim(c, tol=0)

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

Legendre.has_samewindow(other)

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

numpy.polynomial.polynomial.polymulx(c)

2025-01-10 15:47:30
Arrayterator.shape
  • References/Python/NumPy/Routines/Indexing routines/numpy.lib.Arrayterator

Arrayterator.shape The shape of the array to be iterated over. For an example, see

2025-01-10 15:47:30
numpy.random.logistic()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.logistic(loc=0.0, scale=1.0, size=None) Draw samples from a logistic distribution. Samples are drawn

2025-01-10 15:47:30
numpy.core.defchararray.encode()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.encode(a, encoding=None, errors=None)

2025-01-10 15:47:30
numpy.where()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.where(condition[, x, y]) Return elements, either from x or y, depending on condition

2025-01-10 15:47:30