Click or drag to resize

OrthogonalPolynomials Methods

The OrthogonalPolynomials type exposes the following members.

Methods
  NameDescription
Public methodStatic memberChebyshevT
Computes the value of a Cebyshev polynomial.
Public methodStatic memberHermiteH
Computes the value of a (physicists') Hermite polynomial.
Public methodStatic memberHermiteHe
Computes the value of a (statisticians') Hermite polynomial.
Public methodStatic memberLaguerreL(Int32, Double)
Computes the value of a Laguerre polynomial.
Public methodStatic memberLaguerreL(Int32, Double, Double)
Computes the value of an associated Laguerre polynomial.
Public methodStatic memberLegendreP(Int32, Double)
Computes the value of a Legendre polynomial.
Public methodStatic memberLegendreP(Int32, Int32, Double)
Computes the value of an associated Legendre polynomial.
Public methodStatic memberZernikeR
Computes the value of a Zernike polynomial.
Top
See Also