Skip to main content
Ctrl+K
NumPy v2.2 Manual - Home NumPy v2.2 Manual - Home
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • Learn
    • NEPs
  • GitHub
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • Learn
  • NEPs
  • GitHub

Section Navigation

  • NumPy’s module structure
  • Array objects
  • Universal functions (ufunc)
  • Routines and objects by topic
    • Constants
    • Array creation routines
    • Array manipulation routines
    • Bit-wise operations
    • String functionality
    • Datetime support functions
    • Data type routines
    • Mathematical functions with automatic domain
    • Floating point error handling
    • Exceptions and Warnings (numpy.exceptions)
    • Discrete Fourier Transform (numpy.fft)
    • Functional programming
    • Input and output
    • Indexing routines
    • Linear algebra (numpy.linalg)
    • Logic functions
    • Masked array operations
    • Mathematical functions
    • Miscellaneous routines
    • Polynomials
      • Using the convenience classes
      • Power Series (numpy.polynomial.polynomial)
      • Chebyshev Series (numpy.polynomial.chebyshev)
      • Hermite Series, “Physicists” (numpy.polynomial.hermite)
      • HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e)
      • Laguerre Series (numpy.polynomial.laguerre)
        • numpy.polynomial.laguerre.Laguerre
        • numpy.polynomial.laguerre.lagdomain
        • numpy.polynomial.laguerre.lagzero
        • numpy.polynomial.laguerre.lagone
        • numpy.polynomial.laguerre.lagx
        • numpy.polynomial.laguerre.lagadd
        • numpy.polynomial.laguerre.lagsub
        • numpy.polynomial.laguerre.lagmulx
        • numpy.polynomial.laguerre.lagmul
        • numpy.polynomial.laguerre.lagdiv
        • numpy.polynomial.laguerre.lagpow
        • numpy.polynomial.laguerre.lagval
        • numpy.polynomial.laguerre.lagval2d
        • numpy.polynomial.laguerre.lagval3d
        • numpy.polynomial.laguerre.laggrid2d
        • numpy.polynomial.laguerre.laggrid3d
        • numpy.polynomial.laguerre.lagder
        • numpy.polynomial.laguerre.lagint
        • numpy.polynomial.laguerre.lagfromroots
        • numpy.polynomial.laguerre.lagroots
        • numpy.polynomial.laguerre.lagvander
        • numpy.polynomial.laguerre.lagvander2d
        • numpy.polynomial.laguerre.lagvander3d
        • numpy.polynomial.laguerre.laggauss
        • numpy.polynomial.laguerre.lagweight
        • numpy.polynomial.laguerre.lagcompanion
        • numpy.polynomial.laguerre.lagfit
        • numpy.polynomial.laguerre.lagtrim
        • numpy.polynomial.laguerre.lagline
        • numpy.polynomial.laguerre.lag2poly
        • numpy.polynomial.laguerre.poly2lag
      • Legendre Series (numpy.polynomial.legendre)
      • Polyutils
      • Poly1d
    • Random sampling (numpy.random)
    • Set routines
    • Sorting, searching, and counting
    • Statistics
    • Test support (numpy.testing)
    • Window functions
  • Typing (numpy.typing)
  • Packaging (numpy.distutils)
  • NumPy C-API
  • Array API standard compatibility
  • CPU/SIMD optimizations
  • Thread Safety
  • Global Configuration Options
  • NumPy security
  • Status of numpy.distutils and migration advice
  • numpy.distutils user guide
  • NumPy and SWIG
  • NumPy reference
  • Routines and objects by topic
  • Polynomials
  • Laguerre Series (numpy.polynomial.laguerre)
  • numpy.polynomial.laguerre.Laguerre
  • numpy.polynomial.laguerre.Laguerre.__call__

numpy.polynomial.laguerre.Laguerre.__call__#

method

polynomial.laguerre.Laguerre.__call__(arg)[source]#

Call self as a function.

previous

numpy.polynomial.laguerre.Laguerre

next

numpy.polynomial.laguerre.Laguerre.basis

On this page
  • polynomial.laguerre.Laguerre.__call__

© Copyright 2008-2024, NumPy Developers.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.16.0.