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
I want to remove the "FixedSize" part of the name because there's no reason why it can't work for dynamically sized collections and vectors. (Though some of the methods rely on the fixed sizedness now so they will need to be changed first.)
Maybe s/FixedSizeMatrix/MatrixView/, since it views a collection of vectors as a matrix?
one being a protocol and the other a generic type will lead to confusion.
The text was updated successfully, but these errors were encountered: