Laguerre.basis()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

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

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

MaskedArray.anom(axis=None, dtype=None)

2025-01-10 15:47:30
numpy.argwhere()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.argwhere(a)

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

HermiteE.has_sametype(other)

2025-01-10 15:47:30
numpy.polynomial.hermite.hermmulx()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermmulx(c)

2025-01-10 15:47:30
numpy.polynomial.hermite.hermone
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermone = array([1])

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

class numpy.dtype

2025-01-10 15:47:30
ndarray.sort()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

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

2025-01-10 15:47:30
numpy.c_
  • References/Python/NumPy/Routines/Indexing routines

numpy.c_ = Translates slice objects to concatenation along the second axis. This is short-hand for np.r_['-1,2,0', index

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

Legendre.degree()

2025-01-10 15:47:30