numpy.polyval()
  • References/Python/NumPy/Routines/Polynomials/Poly1d

numpy.polyval(p, x)

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

Legendre.truncate(size)

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

numpy.convolve(a, v, mode='full')

2025-01-10 15:47:30
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
numpy.matlib.zeros()
  • References/Python/NumPy/Routines/Matrix library

numpy.matlib.zeros(shape, dtype=None, order='C')

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

MaskedArray.set_fill_value(value=None)

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

numpy.ma.common_fill_value(a, b)

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

chararray.reshape(shape, order='C') Returns an array containing the same data with a new shape.

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

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

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

chararray.count(sub, start=0, end=None)

2025-01-10 15:47:30