numpy.polynomial.hermite_e.hermemul()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

numpy.polynomial.hermite_e.hermemul(c1, c2)

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

chararray.rsplit(sep=None, maxsplit=None)

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

class numpy.polynomial.legendre.Legendre(coef, domain=None, window=None)

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__imod__ x.__imod__(y) <==> x%=y

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

class numpy.polynomial.laguerre.Laguerre(coef, domain=None, window=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
numpy.ma.corrcoef()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.corrcoef(x, y=None, rowvar=True, bias=, allow_masked=True, ddof=)

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

numpy.apply_along_axis(func1d, axis, arr, *args, **kwargs)

2025-01-10 15:47:30
numpy.find_common_type()
  • References/Python/NumPy/Routines/Data type routines

numpy.find_common_type(array_types, scalar_types)

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

There is a general need for looping over not only functions on scalars but also over functions on vectors (or arrays). This concept is realized in Numpy by generalizing the universal functions (ufuncs)

2025-01-10 15:47:30