23 theNPointsAvailable(0),
34 theNPointsAvailable(nbrPoints),
99 theNPointsAvailable(rhs.theNPointsAvailable),
204 double epsilon = 0.0000000000001;
238 double f = 1.0 - 2.0 * r * si;
244 double fp = 2.0 * hi * (ui * (1.0 - 2.0 * si * r) - hi * si);
245 double d = hi * (hi + 2.0 * r * ui);
288 double f = 1.0 - 2.0 * r * si;
HermiteInterpolator()
Constructor.
HermiteInterpolator & operator=(const HermiteInterpolator &rhs)
Affectation operator.
int Interpolate(double x, double &y, double &dy) const
This function performs the interpolation for the abscissa x.
~HermiteInterpolator()
Destructor.