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


Extreme Optimization Mathematics Library for .NET

GeneralFunctionBasis Members

GeneralFunctionBasis overview

Public Instance Constructors

GeneralFunctionBasisOverloaded. Initializes a new instance of the GeneralFunctionBasis class.

Public Instance Properties

HasDerivatives Gets or sets a value that indicates whether derivative functions have bee provided for the basis functions of this GeneralFunctionBasis.
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.
GetFunction (inherited from FunctionBasis)Overloaded. Constructs a new LinearCombination from the functions in this instance.
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

GeneralFunctionBasis Class | Extreme.Mathematics.Curves Namespace | GeneralFunctionBasis | LinearCombination | RealFunction