-
- Downloads
[MaL] Remove unused PiecewiseLinInterp ctor.
The constructor performed two things simultaniously, which is not good for a ctor: Constructing the object and calculating the values at given points. If needed such code should be moved to a standalone algorithm.
Showing
- MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp 0 additions, 21 deletions.../InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp
- MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h 1 addition, 18 deletions...ib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h
Please register or sign in to comment