-
- Downloads
Fixed a problem in PiecewiseLinearInterpolation.
If the point to interpolate the value on is not located in any interval we choose either the first or the last interval and extrapolate the data. The algorithm for the determination of the interval is corrected.
Showing
- MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp 30 additions, 28 deletions.../InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp
- MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h 5 additions, 6 deletions...ib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h
Please register or sign in to comment