Spline fitting methods. More...
#include <SplineFitting.h>
Public Types | |
| typedef SplineType::KnotVectorType | KnotVectorType |
Static Public Member Functions | |
| template<typename PointArrayType> | |
| static SplineType | Interpolate (const PointArrayType &pts, DenseIndex degree) |
| Fits an interpolating Spline to the given data points. | |
| template<typename PointArrayType> | |
| static SplineType | Interpolate (const PointArrayType &pts, DenseIndex degree, const KnotVectorType &knot_parameters) |
| Fits an interpolating Spline to the given data points. | |
Spline fitting methods.
|
static |
Fits an interpolating Spline to the given data points.
| pts | The points for which an interpolating spline will be computed. |
| degree | The degree of the interpolating spline. |
References Interpolate().
Referenced by Interpolate().
|
static |
Fits an interpolating Spline to the given data points.
| pts | The points for which an interpolating spline will be computed. |
| degree | The degree of the interpolating spline. |
| knot_parameters | The knot parameters for the interpolation. |
References HouseholderQR< typename _MatrixType >::solve().