General Function Basis Class
Represents a FunctionBasis made up of
user-defined functions.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public class GeneralFunctionBasis : FunctionBasis- Inheritance
- Object → FunctionBasis → GeneralFunctionBasis
Constructors
| General | Constructs a new GeneralFunctionBasis from an array of function of one variable delegates. |
| General | Constructs a new GeneralFunctionBasis with derivatives from two arrays of function of one variable delegates. |
Properties
| Has | Gets or sets whether derivative functions have bee provided for the basis functions of this GeneralFunctionBasis. |
| Item |
Gets an element of the collection as a
function of one variable.
(Overrides FunctionBasis.Item[Int32]) |
| Length |
Gets the number of items in this FunctionBasis.
(Inherited from FunctionBasis) |
Methods
| Derivatives |
Evaluates the derivatives of the member functions of this
FunctionBasis at a specified value.
(Inherited from FunctionBasis) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Fill |
Fills a vector with the derivatives of the
member functions at a specified value.
(Overrides FunctionBasis.FillDerivatives(Double, DenseVector<Double>)) |
| Fill |
Fills the rows of a DenseMatrix<T> with the values
of the member functions of a FunctionBasis evaluated for each element
in a Vector.
(Inherited from FunctionBasis) |
| Fill |
Fills a dense vector with the values of the
member functions at a specified value.
(Overrides FunctionBasis.FillValues(Double, DenseVector<Double>)) |
| Fill |
Fills the rows of a DenseMatrix<T> with the values
of the member functions of a FunctionBasis evaluated for each element
in a Vector.
(Inherited from FunctionBasis) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| Get |
Constructs a new LinearCombination from
the functions in this instance.
(Inherited from FunctionBasis) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Least |
Gets the least squares fit of target data in terms of
the components of the FunctionBasis.
(Inherited from FunctionBasis) |
| Least |
Gets the least squares fit of target data in terms of
the components of the FunctionBasis.
(Inherited from FunctionBasis) |
| Least |
Gets the least squares fit of target data in terms of
the components of the FunctionBasis.
(Inherited from FunctionBasis) |
| Least |
Gets the least squares fit of target data in terms of
the components of the FunctionBasis.
(Inherited from FunctionBasis) |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Values |
Evaluates the member functions of this
FunctionBasis at a specified value.
(Inherited from FunctionBasis) |