Skip to main content
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)
        • numpy.polynomial.chebyshev.Chebyshev
        • numpy.polynomial.chebyshev.chebdomain
        • numpy.polynomial.chebyshev.chebzero
        • numpy.polynomial.chebyshev.chebone
        • numpy.polynomial.chebyshev.chebx
        • numpy.polynomial.chebyshev.chebadd
        • numpy.polynomial.chebyshev.chebsub
        • numpy.polynomial.chebyshev.chebmulx
        • numpy.polynomial.chebyshev.chebmul
        • numpy.polynomial.chebyshev.chebdiv
        • numpy.polynomial.chebyshev.chebpow
        • numpy.polynomial.chebyshev.chebval
        • numpy.polynomial.chebyshev.chebval2d
        • numpy.polynomial.chebyshev.chebval3d
        • numpy.polynomial.chebyshev.chebgrid2d
        • numpy.polynomial.chebyshev.chebgrid3d
        • numpy.polynomial.chebyshev.chebder
        • numpy.polynomial.chebyshev.chebint
        • numpy.polynomial.chebyshev.chebfromroots
        • numpy.polynomial.chebyshev.chebroots
        • numpy.polynomial.chebyshev.chebvander
        • numpy.polynomial.chebyshev.chebvander2d
        • numpy.polynomial.chebyshev.chebvander3d
        • numpy.polynomial.chebyshev.chebgauss
        • numpy.polynomial.chebyshev.chebweight
        • numpy.polynomial.chebyshev.chebcompanion
        • numpy.polynomial.chebyshev.chebfit
        • numpy.polynomial.chebyshev.chebpts1
        • numpy.polynomial.chebyshev.chebpts2
        • numpy.polynomial.chebyshev.chebtrim
        • numpy.polynomial.chebyshev.chebline
        • numpy.polynomial.chebyshev.cheb2poly
        • numpy.polynomial.chebyshev.poly2cheb
        • numpy.polynomial.chebyshev.chebinterpolate
      • Hermite Series, “Physicists” (numpy.polynomial.hermite)
      • HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e)