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

Getting data from Matrix.Storage to save/load Sparse Matrix #1082

Open
MissedSte4k opened this issue Jul 19, 2024 · 0 comments
Open

Getting data from Matrix.Storage to save/load Sparse Matrix #1082

MissedSte4k opened this issue Jul 19, 2024 · 0 comments

Comments

@MissedSte4k
Copy link

MissedSte4k commented Jul 19, 2024

Hi, I'm using Matrix. It's a sparse matrix, but it can grow to the size of tens of thousands. I see, that there is Matrix.Storage, that contains the data for sparse matrix, but I can't find any way of actually getting it. Is there any build in way of getting/saving that data to DB, and later using it to recreate the matrix? Or do I need to iterate the entire Matrix and rebuild the Values, ValueCount, RowPointers. (...)?

EDIT:
I thought I messed up and found the way to get the data, but I was wrong

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

1 participant