numpy.polynomial.legendre.leggrid2d()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

numpy.polynomial.legendre.leggrid2d(x, y, c)

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

numpy.polynomial.legendre.legfit(x, y, deg, rcond=None, full=False, w=None)

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

Chebyshev.has_samedomain(other)

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

numpy.array_equal(a1, a2)

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

numpy.random.f(dfnum, dfden, size=None) Draw samples from an F distribution. Samples are drawn from an F distribution

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.i0()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.i0(x)

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

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

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

numpy.polynomial.laguerre.lagpow(c, pow, maxpower=16)

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

numpy.ma.swapaxes(self, *args, **params) a.swapaxes(axis1, axis2) = Return a view of the array with axis1 and axis2

2025-01-10 15:47:30