Chebyshev Basis Methods
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) |
| Get |
Constructs a new LinearCombination from
the functions in this instance.
(Inherited from FunctionBasis) Obsolete. |
| Get |
Constructs a new ChebyshevSeries with the
specified coefficients.
(Overrides FunctionBasis.GetFunction(Vector<Double>)) |
| 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) |
| 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) |