libInterpolate icon indicating copy to clipboard operation
libInterpolate copied to clipboard

A C++ library for interpolation.

Results 8 libInterpolate issues
Sort by recently updated
recently updated
newest added

Thanks for this library! Code contains multiple trailing spaces. This means that an edition with an IDE configured to remove trailing spaces modifies lot of files... Are you interested in...

The library fails to compile on Windows and MacOS in conan-center's CI. Need to figure out why and fix. https://github.com/conan-io/conan-center-index/pull/14939

Greetings! The current CI is broken and failing during the configuration. Plus, it only validates a single build on Linux. So, in this PR I replaced the previous CI to...

Hello, we received an issue in ConanCenterIndex about confirming libinterpolate is building in Mac: https://github.com/conan-io/conan-center-index/issues/24571#issuecomment-2220009629 Not sure what's the current status, so I would like to ask if MacOS is...

Don't build boost libraries if they are not needed.

There seems to be a copy-paste error in the `setupInterpolator()` function of the `BicubicInterpolator` class. The code snippet computing the finite difference approximations of $f_y(0, 1)$ and $f_y(1, 1)$ currently...

The way the integral in the CubicSplineInterpolator is implemented is slightly off. We need to evaluate the integral $$\int_0^t (1-t')y_l + t'y_r + t'(1-t')((1-t')a + t'b)\mathrm{d}t'$$ which results in (see...

Hi, I reckon it would be very useful if library was published on vcpkg. At least to me. Let me know if anyone can take this task.