sisl / GridInterpolations.jl

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

Use AbstractArray where possible #15

Closed zsunberg closed 6 years ago

zsunberg commented 7 years ago

Since StaticArrays is pretty useful, we should use AbstractArray instead of Array in method argument type annotations so that this package is compatible with them. It should cause no performance degradation.

zsunberg commented 7 years ago

In fact it might allow people to write significantly faster code.