Open ggebbie opened 1 year ago
This package doesn't make a custom Struct for the mapping, but it could follow the model of Interpolations.jl and do so. One new functionality is then to produce a mapping function/structure and the actual map separately, saving computations.
Struct
Interpolations.jl
This package doesn't make a custom
Struct
for the mapping, but it could follow the model ofInterpolations.jl
and do so. One new functionality is then to produce a mapping function/structure and the actual map separately, saving computations.