Declaration and definition of the LinearInterp class template for linear interpolation. More...
#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | TablePoint< Tin, Tout > |
| Structure representing a point in the interpolation table. More... | |
| class | LinearInterp< Tin, Tout, Tmid, size > |
| Class template for performing linear interpolation using a lookup table. More... | |
Declaration and definition of the LinearInterp class template for linear interpolation.
Definition in file Interp.hpp.