-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
hcat between sparse matrix and sparse vector #16661
Comments
The latter I think. A missed case from #15172. |
Note that #15172 was closed 10 days ago and that nightly ubuntu's build are 11 days old, can you reproduce it on master ? |
It still exists on master.
|
Hm, as far as I remember, it was kind of on purpose. When I started working on the pr, I don't think sparse vec cat worked at all, I think it's in the discussion somewhere. I can make a pr to fix it. edit found my comment #15172 (comment) "I havn't done anything about the fact that [spvector spmatrix] doesn't exist, as it should probably be a different PR." I'm on it. edit2 I have a fix, but My computer is offline, and my phones internet sharing is broken. Will make a pr asap. |
I would have imagined that concatenating a sparse matrix and a sparse vector would yield a sparse matrix but apparently this is not the case
It seems that there is no specific method so the general
hcat
is called. Is that on purpose or is there a definition missing ?The text was updated successfully, but these errors were encountered: