numpy.fft.ifftn()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.ifftn(a, s=None, axes=None, norm=None)

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

numpy.diag_indices_from(arr)

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

Legendre.roots()

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

numpy.tanh(x[, out]) = Compute hyperbolic tangent element-wise. Equivalent to np.sinh(x)/np.cosh(x) or -1j

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

numpy.polynomial.chebyshev.chebmul(c1, c2)

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

numpy.irr(values)

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

Hermite.trim(tol=0)

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

MaskedArray.prod(axis=None, dtype=None, out=None)

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

numpy.unique(ar, return_index=False, return_inverse=False, return_counts=False)

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

numpy.polynomial.hermite.herm2poly(c)

2025-01-10 15:47:30