ChebyshevBasis Methods

Methods

DerivativesAt Evaluates the derivatives of the member functions of this FunctionBasis at a specified value.
(Inherited from FunctionBasis)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FillDerivatives(Double, DenseVector<Double>) Fills a vector with the derivatives of the member functions at a specified value.
(Overrides FunctionBasis.FillDerivatives(Double, DenseVector<Double>))
FillDerivatives(Vector<Double>, DenseMatrix<Double>) 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)
FillValues(Double, DenseVector<Double>) Fills a dense vector with the values of the member functions at a specified value.
(Overrides FunctionBasis.FillValues(Double, DenseVector<Double>))
FillValues(Vector<Double>, DenseMatrix<Double>) 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)
GetFunction(Double[]) Constructs a new LinearCombination from the functions in this instance.
(Inherited from FunctionBasis)
Obsolete.
GetFunction(Vector<Double>) Constructs a new ChebyshevSeries with the specified coefficients.
(Overrides FunctionBasis.GetFunction(Vector<Double>))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
LeastSquaresFit(Vector<Double>, Vector<Double>) Gets the least squares fit of target data in terms of the components of the FunctionBasis.
(Inherited from FunctionBasis)
LeastSquaresFit(Double[], Double[], Double[]) Gets the least squares fit of target data in terms of the components of the FunctionBasis.
(Inherited from FunctionBasis)
LeastSquaresFit(Double[], Double[], Int32) Gets the least squares fit of target data in terms of the components of the FunctionBasis.
(Inherited from FunctionBasis)
LeastSquaresFit(Vector<Double>, Vector<Double>, Vector<Double>) Gets the least squares fit of target data in terms of the components of the FunctionBasis.
(Inherited from FunctionBasis)
ToStringReturns a string that represents the current object.
(Inherited from Object)
ValuesAt Evaluates the member functions of this FunctionBasis at a specified value.
(Inherited from FunctionBasis)

See Also