Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reintroduce static dimensions #7

Open
andreaferretti opened this issue Jun 13, 2017 · 1 comment
Open

Reintroduce static dimensions #7

andreaferretti opened this issue Jun 13, 2017 · 1 comment

Comments

@andreaferretti
Copy link
Owner

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

@andreaferretti
Copy link
Owner Author

This was done for the CPU in version 0.2.0. Still to do on the GPU, though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant