1 #ifndef SimTK_SIMMATH_SPLINE_FITTER_H_
2 #define SimTK_SIMMATH_SPLINE_FITTER_H_
98 degree, 2, 0, coeff, wk, ier);
100 (degree,
Spline_<T>(degree, x, coeff), wk[3], wk[4], wk[2]));
117 degree, 3, error, coeff, wk, ier);
119 (degree,
Spline_<T>(degree, x, coeff), wk[3], wk[4], wk[2]));
136 degree, 4, dof, coeff, wk, ier);
138 (degree,
Spline_<T>(degree, x, coeff), wk[3], wk[4], wk[2]));
155 degree, 1, p, coeff, wk, ier);
157 (degree,
Spline_<T>(degree, x, coeff), wk[3], wk[4], wk[2]));
184 class SplineFitterImpl;
187 SplineFitterImpl* impl;
196 assert(referenceCount == 0);
206 #endif // SimTK_SIMMATH_SPLINE_FITTER_H_