Go to the source code of this file.
Functions | |
void | mifi_get_values_linear_f (const float *infieldA, const float *infieldB, float *outfield, const size_t n, const double a, const double b, const double x) |
|
Linear interpolation/extrapolation of values in the arrays infieldA and infieldB at position a and b to a field at outfield at position x with o(x) = in(a) + x * (in(a) - in(b)) / (a - b)
|