EconForge / interpolation.py

BSD 2-Clause "Simplified" License
124 stars 35 forks source link

FIX: derivatives of SmolyakInterp. #12

Closed albop closed 8 years ago

albop commented 8 years ago

@cc7768 , @spencerlyon2 : I found two bugs in the evaluation of the derivatives in SmolyakInterp when the grid domain is not [-1,1]^d. If you don't have time to have a look, I'll merge it later today.

albop commented 8 years ago

Fixes https://github.com/EconForge/interpolation.py/issues/11.