Hermite.has_samecoef()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

Hermite.has_samecoef(other)

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
numpy.array()
  • References/Python/NumPy/Routines/Array creation routines

numpy.array(object, dtype=None, copy=True, order=None, subok=False, ndmin=0) Create an array.

2025-01-10 15:47:30
RandomState.choice()
  • References/Python/NumPy/Routines/Random sampling

RandomState.choice(a, size=None, replace=True, p=None) Generates a random sample from a given 1-D array

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

numpy.polynomial.legendre.legmul(c1, c2)

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

chararray.size Number of elements in the array. Equivalent to np.prod(a.shape)

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

numpy.core.defchararray.find(a, sub, start=0, end=None)

2025-01-10 15:47:30
numpy.seterr()
  • References/Python/NumPy/Routines/Floating point error handling

numpy.seterr(all=None, divide=None, over=None, under=None, invalid=None)

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

numpy.polynomial.polynomial.polygrid3d(x, y, z, 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