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

Add sparse representation of tensors #100

Open
colescott opened this issue Apr 2, 2020 · 0 comments
Open

Add sparse representation of tensors #100

colescott opened this issue Apr 2, 2020 · 0 comments

Comments

@colescott
Copy link
Member

In many cases a sparse implementation of tensors will improve performance. Dense can remain the default implementation used but all abstract-tensor calls should be made implementation-agnostic.

This would likely require subclasses from abstract-tensor: sparse-tensor and dense-tensor.

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