How to reassign column vector of matrix? #350
newtonharry
started this conversation in
General
Replies: 1 comment 4 replies
-
I thimk you run into a problem since you are trying to modify the matrix inplace by adding more elements, which is incompatible with the sparse matrix format. If you only require an outer merge you can use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to reassign a column within a mutable slice of a csc matrix and I'm not sure where I'm going wrong here:
It's saying the slice can't be dereference but I'm not really sure where to go from here. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions