lanl / spiner

Performance portable routines for generic, tabulated, multi-dimensional data
https://lanl.github.io/spiner
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Interpolation has a fair amount of repeated code #9

Open Yurlungur opened 3 years ago

Yurlungur commented 3 years ago

The interpolation operators have a fair amount of repeated code patterns, with slight differences. Recursive templating or a similar strategy may be worth pursuing in a refactor.