ChebyshevBasis<T> Methods

Methods

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

See Also