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
We should consider depending on and using ndarray instead of nested Vecs for matrix representations, for the various reasons mentioned in the ndarray docs.
This may or may not be worth it - we should think about pros/cons.
The text was updated successfully, but these errors were encountered:
We should consider depending on and using
ndarray
instead of nestedVec
s for matrix representations, for the various reasons mentioned in the ndarray docs.This may or may not be worth it - we should think about pros/cons.
The text was updated successfully, but these errors were encountered: