-
- Downloads
Few optimizations to piecewise lin. interp. algo.
Using front() and back() saves some instructions. Avoid multiplication with m twice in return statement.
Loading
Please register or sign in to comment
Using front() and back() saves some instructions. Avoid multiplication with m twice in return statement.