You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, yes, would be nice it that just worked. Is there a better alternative to similar that we could use here? Or should StaticArrays allow similar(::StaticArray, ::Type, size::Tuple{Vararg{Integer}}), returning an Array of the requested size?
Even better would this be returning a StaticArray, but that would be quite a bit more involved...
A common scenario is a small kernel (3x3 for example) applied to a large matrix. StaticArrays should be a good choice for the kernel. The output doesn't have to be static.
The text was updated successfully, but these errors were encountered: