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
It comes up pretty naturally to combine StaticArrays.jl with FillArrays.jl, e.g., Fill(SVector(1,2), 10). This can support more specialised behaviour, for example, we could support
Should FillArrays.jl depend on StaticArrays.jl or the other way around? An argument that FillArrays.jl should depend on StaticArrays.jl is that the tests already do, and its currently more prone to breaking tags.
If we decide on FillArrays.jl depending on StaticArrays.jl, I can close this issue as there's nothing to do here, but just wanted to raise the question first.
The text was updated successfully, but these errors were encountered:
It comes up pretty naturally to combine StaticArrays.jl with FillArrays.jl, e.g.,
Fill(SVector(1,2), 10)
. This can support more specialised behaviour, for example, we could supportThis raises a couple questions:
Fill
? Ref UnifyOnes
andZeros
asSFill{0}
andSFill{k}
? FillArrays.jl#104If we decide on FillArrays.jl depending on StaticArrays.jl, I can close this issue as there's nothing to do here, but just wanted to raise the question first.
The text was updated successfully, but these errors were encountered: