Skip to content

[WIP] Add sparse tensor support #12

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

Draft
wants to merge 48 commits into
base: master
Choose a base branch
from

Conversation

bovine3dom
Copy link

I've been playing around with adding sparse tensor support to this package with a simple dictionary-based implementation. For the operations I have implemented it seems to be about 3-4x faster than MATLAB's tensor_toolbox, which is nice.

Please consider this a vomit draft - I haven't had to delve this far into Julia's type system before. I mostly wanted to let people know that I was working on it and perhaps give them the chance to tell me if I was doing anything catastrophically short-sighted.

Implemented so far:

  • sptenrand
  • ttt

... and not much else.

@lanaperisa
Copy link
Owner

Hi, thanks for your message! This seems good so far, keep up the work! :)

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

Successfully merging this pull request may close these issues.

2 participants