numpy.random.seed()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.seed(seed=None) Seed the generator. This method is called when

2025-01-10 15:47:30
numpy.random.rayleigh()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.rayleigh(scale=1.0, size=None) Draw samples from a Rayleigh distribution. The

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

numpy.ma.allclose(a, b, masked_equal=True, rtol=1e-05, atol=1e-08)

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

poly1d.__call__(val)

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

numpy.polynomial.hermite.hermgrid3d(x, y, z, c)

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

numpy.core.defchararray.join(sep, seq)

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

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

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

numpy.core.defchararray.isdigit(a)

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

numpy.reshape(a, newshape, order='C')

2025-01-10 15:47:30
Using the Convenience Classes
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package

The convenience classes provided by the polynomial package are: Name Provides

2025-01-10 15:47:30