Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace > PolynomialBasis Class
PolynomialBasis Constructor | Constructs a new GeneralFunctionBasis from an array of RealFunction delegates. |
Item | Gets an element of the collection as a RealFunction. |
Length (inherited from FunctionBasis) | Gets the number of items in this FunctionBasis. |
DerivativesAt (inherited from FunctionBasis) | Evaluates the derivatives of the member functions of this FunctionBasis at a specified value. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FillDerivatives | Overloaded. Fills a Vector with the derivatives of the member functions at a specified value. |
FillDerivatives (inherited from FunctionBasis) | Overloaded. Fills a Vector with the derivatives of the member functions at a specified value. |
FillValues | Overloaded. Fills a GeneralVector with the values of the member functions at a specified value. |
FillValues (inherited from FunctionBasis) | Overloaded. Fills a GeneralVector with the values of the member functions of a FunctionBasis at a specified value. |
GetFunction | Overloaded. Constructs a new Polynomial with the specified coefficients. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
LeastSquaresFit (inherited from FunctionBasis) | Overloaded. Gets the least squares fit of target data in terms of the components of the FunctionBasis. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
ValuesAt (inherited from FunctionBasis) | Evaluates the member functions of this FunctionBasis at a specified value. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
PolynomialBasis Class | Extreme.Mathematics.Curves Namespace | FunctionBasis | ChebyshevBasis | Polynomial