Closed astanway closed 8 years ago
It should definetelly work. Mind opening a PR with a fix? Sorry I not involved in la4j any rather than merging PRs and releasing new versions.
Oh, I'm now thinking it shoundn't be serializible: it's been a while I was looking at the source code. You could do:
CCSMatrix m = new CCSMatrix(5, 5);
byte[] array = m.toBinary();
Thanks - although, that won't tell me how much space the sparse matrix itself takes up, which is what I'm trying to measure :/
On Fri, Dec 18, 2015 at 3:04 PM, Vladimir Kostyukov < notifications@github.com> wrote:
Oh, I'm now thinking it shoundn't be serializible: it's been a while I was looking at the source code. You could do:
CCSMatrix m = new CCSMatrix(5, 5);byte[] array = m.toBinary();
— Reply to this email directly or view it on GitHub https://github.com/vkostyukov/la4j/issues/264#issuecomment-165886066.
Abe Stanway abe.is
gets
Also fails on CRSMatrix. Any ideas? Is serialization not supported for sparse matrices?