dtype.hasobject
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.hasobject Boolean indicating whether this dtype contains any reference-counted objects in any fields or sub-dtypes

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

chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2

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

numpy.ma.size(obj, axis=None)

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

Polynomial.roots()

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

numpy.core.records.fromfile(fd, dtype=None, shape=None, offset=0, formats=None, names=None, titles=None, aligned=False, byteorder=None)

2025-01-10 15:47:30
numpy.polynomial.hermite_e.hermevander3d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

numpy.polynomial.hermite_e.hermevander3d(x, y, z, deg)

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

Laguerre.roots()

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

numpy.eye(N, M=None, k=0, dtype=)

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

numpy.ma.common_fill_value(a, b)

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

numpy.polynomial.polynomial.polyfromroots(roots)

2025-01-10 15:47:30