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
The name StaticArray seems confusing with its subtype SArray. I think it would be clearer if StaticArray is named to AbstractStaticArray then when I see SVector, SMatrix and SArray I would unconfusingly think they are probably concrete subtypes, of AbstractStaticArray.