Numerics.NET.Curves.Generic Namespace

 

Classes

ChebyshevBasis<T> Represents a FunctionBasis made up of Chebyshev polynomials over a specified interval up to a specified degree.
ChebyshevSeries<T> Represents a Chebyshev polynomial series.
Curve<T> Represents a curve in two-dimensional space.
CurveFitter<T> Serves as the base class for classes that implement curve fitting algorithms.
FunctionBasis<T> Serves as an abstract base class for collections of functions.
GeneralCurve<T> Represents a curve in two-dimensional space whose value is defined by a function of one variable delegate.
LinearCombination<T> Represents a curve that is a linear combination of the functions in a FunctionBasis<T>.
LinearCurveFitter<T> Represents an algorithm that calculates a linear least squares fit of a curve.
Polynomial<T> Represents a polynomial.
PolynomialBase<T> Serves as an abstract base class for Curve derived classes that represent polynomials.
PolynomialBasis<T> Represents a FunctionBasis<T> for the polynomials up to a specified degree.

Enumerations

LinearLeastSquaresMethod Enumerates the possible methods for solving a least squares problem.