numpy.fromregex()
  • References/Python/NumPy/Routines/Input and output

numpy.fromregex(file, regexp, dtype)

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

MaskedArray.round(decimals=0, out=None)

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

numpy.concatenate((a1, a2, ...), axis=0) Join a sequence of arrays along an existing axis.

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

MaskedArray.__floordiv__(other)

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

numpy.polyder(p, m=1)

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

numpy.polynomial.polynomial.polyval3d(x, y, z, c)

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

Legendre.deriv(m=1)

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

vectorize.__call__(*args, **kwargs)

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.hsplit()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.hsplit(ary, indices_or_sections)

2025-01-10 15:47:30