mathnet-numerics icon indicating copy to clipboard operation
mathnet-numerics copied to clipboard

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

Open MissedSte4k opened this issue 1 year ago • 0 comments

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

MissedSte4k avatar Jul 19 '24 06:07 MissedSte4k