Skip to content

LinearInterpolationProvider

Renk, Jonas requested to merge LinearInterpolationProvider into development

We generate tests by picking m,b as integers and fill an array (array[i] = mi + b). This is linear such that linear interpolation must be able to fill in holes in the array.

Merge request reports