Skip to main content
Ctrl+K
NumPy v2.3.dev0 Manual - Home NumPy v2.3.dev0 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
    • Discrete Fourier Transform
    • Functional programming
    • Input and output
    • Indexing routines
    • Linear algebra
    • 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)
      • Legendre Series (numpy.polynomial.legendre)
        • numpy.polynomial.legendre.Legendre
        • numpy.polynomial.legendre.legdomain
        • numpy.polynomial.legendre.legzero
        • numpy.polynomial.legendre.legone
        • numpy.polynomial.legendre.legx
        • numpy.polynomial.legendre.legadd
        • numpy.polynomial.legendre.legsub
        • numpy.polynomial.legendre.legmulx
        • numpy.polynomial.legendre.legmul
        • numpy.polynomial.legendre.legdiv
        • numpy.polynomial.legendre.legpow
        • numpy.polynomial.legendre.legval
        • numpy.polynomial.legendre.legval2d
        • numpy.polynomial.legendre.legval3d
        • numpy.polynomial.legendre.leggrid2d
        • numpy.polynomial.legendre.leggrid3d
        • numpy.polynomial.legendre.legder
        • numpy.polynomial.legendre.legint
        • numpy.polynomial.legendre.legfromroots
        • numpy.polynomial.legendre.legroots
        • numpy.polynomial.legendre.legvander
        • numpy.polynomial.legendre.legvander2d
        • numpy.polynomial.legendre.legvander3d
        • numpy.polynomial.legendre.leggauss
        • numpy.polynomial.legendre.legweight
        • numpy.polynomial.legendre.legcompanion
        • numpy.polynomial.legendre.legfit
        • numpy.polynomial.legendre.legtrim
        • numpy.polynomial.legendre.legline
        • numpy.polynomial.legendre.leg2poly