Numerics. NET. Curves. Generic Namespace
Classes
Chebyshev | Represents a FunctionBasis made up of Chebyshev polynomials over a specified interval up to a specified degree. |
Chebyshev | Represents a Chebyshev polynomial series. |
Curve<T> | Represents a curve in two-dimensional space. |
Curve | Serves as the base class for classes that implement curve fitting algorithms. |
Function | Serves as an abstract base class for collections of functions. |
General | Represents a curve in two-dimensional space whose value is defined by a function of one variable delegate. |
Linear | Represents a curve that is a linear combination of the functions in a FunctionBasis<T>. |
Linear | Represents an algorithm that calculates a linear least squares fit of a curve. |
Polynomial<T> | Represents a polynomial. |
Polynomial | Serves as an abstract base class for Curve derived classes that represent polynomials. |
Polynomial | Represents a FunctionBasis<T> for the polynomials up to a specified degree. |
Enumerations
Linear | Enumerates the possible methods for solving a least squares problem. |