-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
In many contexts many arrays need to be indexed at the same time with the same stencil and weights.
To do this we need an inner object that holds just the dims and cache, and and indexing object that can apply a precalculated stencil and weights to multiple arrays.
This would allowing interpolating into a mulitilayer DimensionalData.jl DimStack with only one stencil/weight calculation, and other user applications like that.
It could even be like a CartesianIndex object you can use in getindex.
Metadata
Metadata
Assignees
Labels
No labels