Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace > PolynomialBasis Class


Extreme Optimization Mathematics Library for .NET

PolynomialBasis Members

PolynomialBasis overview

Public Instance Constructors

PolynomialBasis Constructor Constructs a new GeneralFunctionBasis from an array of RealFunction delegates.

Public Instance Properties

Item Gets an element of the collection as a RealFunction.
Length (inherited from FunctionBasis) Gets the number of items in this FunctionBasis.

Public Instance Methods

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.
FillDerivativesOverloaded. 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.
FillValuesOverloaded. 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.
GetFunctionOverloaded. 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.

Protected Instance Methods

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.

See Also

PolynomialBasis Class | Extreme.Mathematics.Curves Namespace | FunctionBasis | ChebyshevBasis | Polynomial