nditer.remove_multi_index()
  • References/Python/NumPy/Routines/Indexing routines/numpy.nditer

nditer.remove_multi_index() When the ?multi_index? flag was specified, this removes it, allowing the internal

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

numpy.random.exponential(scale=1.0, size=None) Draw samples from an exponential distribution. Its probability

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

numpy.vsplit(ary, indices_or_sections)

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

recarray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.

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

numpy.polynomial.laguerre.lagmul(c1, c2)

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

numpy.polynomial.laguerre.poly2lag(pol)

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

recarray.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max

2025-01-10 15:47:30
numpy.polynomial.chebyshev.chebx
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

numpy.polynomial.chebyshev.chebx = array([0, 1])

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

recarray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect

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

numpy.ma.prod(self, axis=None, dtype=None, out=None) = Return the product of the array elements over the given axis. Masked elements

2025-01-10 15:47:30