yuki-koyama / mathtoolbox

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

Fix compile error in examples #78

Closed maidamai0 closed 2 years ago

maidamai0 commented 2 years ago

some variable is not captured in lambda functions

yuki-koyama commented 2 years ago

Thank you very much!!