-
Notifications
You must be signed in to change notification settings - Fork 108
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
CCSMatrix not serializable #264
Comments
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 On Fri, Dec 18, 2015 at 3:04 PM, Vladimir Kostyukov <
Abe Stanway |
gets
Also fails on CRSMatrix. Any ideas? Is serialization not supported for sparse matrices?
The text was updated successfully, but these errors were encountered: