Sparse matrix deep copy #558
ArmoredCat
started this conversation in
General, ojAlgo and related code
Replies: 2 comments 2 replies
-
|
Current way I am doing it is by filling the diagonals of a new matrix with 1.0 and then multiplying with the matrix you want to copy, but there probably is a more efficient way. Also tried the nonzero() method and just setting it manually but that takes the same amount of time surprisingly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'd say using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there currently a way to get a deep copy of a SparseStore instance?
Beta Was this translation helpful? Give feedback.
All reactions