Hermite.basis()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

classmethod Hermite.basis(deg, domain=None, window=None)

2025-01-10 15:47:30
ndarray.strides
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element

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

chararray.swapcase()

2025-01-10 15:47:30
NpyIter
  • References/Python/NumPy/NumPy C-API

New in version 1.6. Array Iterator The array iterator encapsulates many

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
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__pow__(other)

2025-01-10 15:47:30
ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__reduce__() For pickling.

2025-01-10 15:47:30
C API Deprecations
  • References/Python/NumPy/NumPy C-API

Background The API exposed by NumPy for third-party extensions has grown over years of releases, and has allowed programmers to directly access NumPy functionality from

2025-01-10 15:47:30
recarray.prod()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis

2025-01-10 15:47:30
numpy.negative()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.negative(x[, out]) = Numerical negative, element-wise.

2025-01-10 15:47:30