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
using StaticArrays, HybridArrays
typeof(SA[10;01]*HybridArray{Tuple{2,StaticArrays.Dynamic()}}([10;01]))
Returns Array{Int64,2}. However it can be determined at compile-time that this is actually a 2*n matrix, hence HybridArray{Tuple{2,StaticArrays.Dynamic()}}.