yuki-koyama / mathtoolbox

Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen
https://yuki-koyama.github.io/mathtoolbox/
MIT License
257 stars 35 forks source link

Improve the RBF interpolation efficiency slightly #74

Closed yuki-koyama closed 3 years ago

yuki-koyama commented 3 years ago

Just a minor tweak for slightly improving the computational efficiency of the RBF interpolation. Related to #73 .