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

Higher-dimensional tensors #8

Closed
vadixidav opened this issue Jul 19, 2019 · 2 comments
Closed

Higher-dimensional tensors #8

vadixidav opened this issue Jul 19, 2019 · 2 comments

Comments

@vadixidav
Copy link

I notice that you have vectors and matrices. Would you be willing to accept PRs adding a few more dimensions? We can leave Vector and Matrix and make them aliases of something like Tensor1 and Tensor2. Then we can start to add operations like higher-dimensional convolution and such.

If this is outside the scope of aljabar, I don't mind creating a new crate, but I figure this is a good place for collective const generics experimentation on linear algebra, so I wanted to see if this is of interest.

@maplant
Copy link
Owner

maplant commented Jul 20, 2019

PR acceptance is pretty ad-hoc at the moment but I will say that any addition that is backwards compatible (I.e. passing existing tests) and provides such generality as described I think makes an extremely strong case for being accepted. At the very least, I would love to see whatever you come up with, whether it manifests as a PR here or in a separate crate

@maplant
Copy link
Owner

maplant commented Dec 8, 2019

I'm going to close this issue because I do not believe that this dimensionality is expressible with const generics in rust at the current moment

@maplant maplant closed this as completed Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants