Polynomials Class |
public class Polynomials
The Polynomials type exposes the following members.
Name | Description | |
---|---|---|
Polynomials | Initializes a new instance of the Polynomials class |
Name | Description | |
---|---|---|
ChebyshevT | Computes the value of the Chebyshev polynomial of degree n and its first and second derivatives at a given point. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
HermiteH | Computes the value of the Hermite polynomial of degree n and its first and second derivatives at a given point. | |
JacobiP | Computes the value of the Jacobi polynomial of degree n and its first and second derivatives at a given point. | |
LaguerreL | Computes the value of the Laguerre polynomial of degree n and its first and second derivatives at a given point. | |
LegendreP(Int32, Int32, Double) | ||
LegendreP(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. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
SphericalHarmonicY | Computes the spherical harmonics Y_lm(theta,phi) with l and m integers satisfying -l <= m <= l and arbitrary angles theta and phi. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |