chararray.ravel()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.ravel([order]) Return a flattened array. Refer to

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

classmethod Hermite.fromroots(roots, domain=[], window=None)

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

Hermite.degree()

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

numpy.polynomial.laguerre.lagvander2d(x, y, deg)

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

numpy.getbuffer(obj[, offset[, size]]) Create a buffer object from the given object referencing a slice of length size starting

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

numpy.isnan(x[, out]) = Test element-wise for NaN and return result as a boolean array.

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

chararray.endswith(suffix, start=0, end=None)

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

numpy.tri(N, M=None, k=0, dtype=)

2025-01-10 15:47:30
numpy.busday_count()
  • References/Python/NumPy/Routines/Datetime Support Functions

numpy.busday_count(begindates, enddates, weekmask='1111100', holidays=[], busdaycal=None, out=None) Counts the number of

2025-01-10 15:47:30
poly1d.
  • References/Python/NumPy/Routines/Polynomials/Poly1d/numpy.poly1d

poly1d.__call__(val)

2025-01-10 15:47:30