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

Single node out of core/on disk matrices? #26

Closed
datnamer opened this issue Nov 3, 2015 · 2 comments
Closed

Single node out of core/on disk matrices? #26

datnamer opened this issue Nov 3, 2015 · 2 comments

Comments

@datnamer
Copy link

datnamer commented Nov 3, 2015

Can this library be used for linear algebra on single node, out-of-core datastructures like Dato's Sarray or a database if we can represent a database as an abstract matrix? Maybe if there is some way to chunk up the datastructure and stream it into memory?

@andreasnoack
Copy link
Member

You can use it on a single node, but integrating it with out of core computations is not really on the agenda right now. If you have more specific ideas, feel free to prepare a proof and concept in a new issue.

@datnamer
Copy link
Author

datnamer commented Nov 3, 2015

Understood thanks.

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