Series |
public class SeriesMP
The SeriesMP type exposes the following members.
Name | Description | |
---|---|---|
dcsevl | Evaluate the n-term Chebyshev series cs at x. Adapted from a method presented in the paper by Broucke referenced below. | |
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) | |
initds | Initialize the orthogonal series, represented by the array os, so that initds is the number of terms needed to insure the error is no larger than eta. Ordinarily, eta will be chosen to be one-tenth machine precision. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |