| Class | Description |
|---|---|
| BSpline |
Represents a B-spline with control points at
(Xi, Yi).
|
| LeastSquares |
Represents a polynomial obtained by the least squares method on a set of points.
|
| PolInterp |
Represents a polynomial that interpolates through a set of points.
|
| SmoothingCubicSpline |
Represents a cubic spline with nodes at
(xi, yi) computed with
the smoothing cubic spline algorithm of Schoenberg.
|
To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.