Replies: 1 comment
-
Yes, currently we consider the outer shape to be immutable. But we can certainly discuss this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add a way to change the dimensions of a sparse matrix. This is a cheap operation for a matrix in compressed sparse row format. Currently it seems that you need to copy the matrix just to get more rows and columns, even though almost nothing changes in the internal data.
Beta Was this translation helpful? Give feedback.
All reactions