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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: