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.polynomial.polynomial.polyvander2d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Polynomial Module

numpy.polynomial.polynomial.polyvander2d(x, y, deg)

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

recarray.nonzero() Return the indices of the elements that are non-zero. Refer to

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

numpy.restoredot()

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

numpy.polynomial.laguerre.lagint(c, m=1, k=[], lbnd=0, scl=1, axis=0)

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

numpy.ma.choose(indices, choices, out=None, mode='raise')

2025-01-10 15:47:30
numpy.vectorize()
  • References/Python/NumPy/Routines/Functional programming

class numpy.vectorize(pyfunc, otypes='', doc=None, excluded=None, cache=False)

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
numpy.vdot()
  • References/Python/NumPy/Routines/Linear algebra

numpy.vdot(a, b) Return the dot product of two vectors. The vdot(a, b) function handles complex

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

ndarray.round(decimals=0, out=None) Return a with each element rounded to the given number of decimals.

2025-01-10 15:47:30