rafaqz / Stencils.jl

Static Stencil mapping for Julia
Other
8 stars 2 forks source link

Make Stencil <: StaticVector #10

Closed rafaqz closed 1 year ago

rafaqz commented 1 year ago

This wasn't as necessary in DynamicGrids.jl as rules were more complicated and we just called nighbors on the neighborhood, and the neighbors are a static vector. But we actually want e.g. mean to use the fast path defined in StaticArrays.jl when we call mean(stencil).