jurreht

Results 1 issues of jurreht

When the interpolated data is 4 dimensions or higher, calculating the Hessian gives an error. Minimal working example: ```julia using Interpolations nsamples = 5 fn3 = interpolate(rand(nsamples, nsamples, nsamples), BSpline(Linear()))...