sisl / GridInterpolations.jl

Multidimensional grid interpolation in arbitrary dimensions
Other
52 stars 12 forks source link

iteration #14

Closed zsunberg closed 4 years ago

zsunberg commented 7 years ago

It would be slick to be able to iterate through the grid points like this

for p in grid
    ...
end

though it is not too difficult now with ind2x

MaximeBouton commented 4 years ago

26