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

numpy.random.random_integers(low, high=None, size=None) Random integers of type np.int between low

2025-01-10 15:47:30
numpy.fft.hfft()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.hfft(a, n=None, axis=-1, norm=None)

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

numpy.unwrap(p, discont=3.141592653589793, axis=-1)

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

numpy.polynomial.hermite.hermcompanion(c)

2025-01-10 15:47:30
numpy.lookfor()
  • References/Python/NumPy/Routines/NumPy-specific help functions

numpy.lookfor(what, module=None, import_modules=True, regenerate=False, output=None)

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

numpy.polynomial.polynomial.polyvander3d(x, y, z, deg)

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

numpy.polynomial.hermite_e.poly2herme(pol)

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

numpy.maximum(x1, x2[, out]) = Element-wise maximum of array elements. Compare two arrays and returns a new array containing

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

MaskedArray.tofile(fid, sep='', format='%s')

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

numpy.core.defchararray.istitle(a)

2025-01-10 15:47:30