You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: