Click or drag to resize

Polynomials Class

Polynomials.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcPolynomials

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class Polynomials

The Polynomials type exposes the following members.

Constructors
 NameDescription
Public methodPolynomialsInitializes a new instance of the Polynomials class
Top
Methods
 NameDescription
Public methodStatic memberChebyshevT Computes the value of the Chebyshev polynomial of degree n and its first and second derivatives at a given point.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberHermiteH Computes the value of the Hermite polynomial of degree n and its first and second derivatives at a given point.
Public methodStatic memberJacobiP Computes the value of the Jacobi polynomial of degree n and its first and second derivatives at a given point.
Public methodStatic memberLaguerreL Computes the value of the Laguerre polynomial of degree n and its first and second derivatives at a given point.
Public methodStatic memberLegendreP(Int32, Int32, Double) 
Public methodStatic memberLegendreP(Int32, Double, Double, Double, Double) Computes the value of the Legendre polynomial of degree n and its first and second derivatives at a given point.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberSphericalHarmonicY Computes the spherical harmonics Y_lm(theta,phi) with l and m integers satisfying -l <= m <= l and arbitrary angles theta and phi.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also