I just made a multilinear interpolation library for C++. You can get it here.
The driving design philosophy is to handle arbitrary dimensions using template metaprogramming so as to not take any performance hits.
I just made a multilinear interpolation library for C++. You can get it here.
The driving design philosophy is to handle arbitrary dimensions using template metaprogramming so as to not take any performance hits.