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

Hermite.roots()

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

numpy.ma.allequal(a, b, fill_value=True)

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

numpy.ma.empty_like(a, dtype=None, order='K', subok=True) = Return a new array with the same shape and type as a given array

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

numpy.random.gamma(shape, scale=1.0, size=None) Draw samples from a Gamma distribution. Samples are drawn from a

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

numpy.setbufsize(size)

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

numpy.isposinf(x, y=None)

2025-01-10 15:47:30
numpy.testing.decorators.setastest()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.decorators.setastest(tf=True)

2025-01-10 15:47:30
numpy.linalg.eigvals()
  • References/Python/NumPy/Routines/Linear algebra

numpy.linalg.eigvals(a)

2025-01-10 15:47:30
numpy.binary_repr()
  • References/Python/NumPy/Routines/Input and output

numpy.binary_repr(num, width=None)

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

numpy.polynomial.laguerre.lagx = array([ 1, -1])

2025-01-10 15:47:30