sisl / GridInterpolations.jl

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

Modify the input data type from DenseArray to AbstractArray in interpolate function #52

Closed himanshugupta1009 closed 1 month ago

himanshugupta1009 commented 1 month ago

This will allow passing the lightweight arrays that the @view macro returns to the interpolate function.