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
Matrices and vectors of static dimension can be implemented as distinct types over the standard ones.
This would allow to borrow all implementations (therefore, there would be much less duplication that in linalg). It would also be trivial to convert back and forth from static to dynamic
This should go in a separate package, such as neo/densestatic or something
The text was updated successfully, but these errors were encountered:
Matrices and vectors of static dimension can be implemented as
distinct
types over the standard ones.This would allow to borrow all implementations (therefore, there would be much less duplication that in
linalg
). It would also be trivial to convert back and forth from static to dynamicThis should go in a separate package, such as
neo/densestatic
or somethingThe text was updated successfully, but these errors were encountered: