We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia> hvcat((2,), rand(4), rand(4, 4)) 4×5 sparse matrix with 20 Float64 nonzero entries: [1, 1] = 0.0589684 [2, 1] = 0.991264 [3, 1] = 0.268054 [4, 1] = 0.660864 [1, 2] = 0.769509 [2, 2] = 0.813596 [3, 2] = 0.603633 [4, 2] = 0.979977 [1, 3] = 0.921781 [2, 3] = 0.140218 [3, 3] = 0.86215 [4, 3] = 0.822429 [1, 4] = 0.969399 [2, 4] = 0.728482 [3, 4] = 0.978269 [4, 4] = 0.43144 [1, 5] = 0.998329 [2, 5] = 0.216226 [3, 5] = 0.358381 [4, 5] = 0.0556406
Missed case in #16722? Best!
The text was updated successfully, but these errors were encountered:
fix #17686, hvcat of dense matrices and vectors should be dense
28ec527
Make hvcats of heterogeneous combinations of dense matrices and vec…
hvcat
5cbaf12
…tors yield dense arrays (fixes JuliaLang#17686).
88844d9
Merge pull request #17690 from Sacha0/sparsegencat
ba46baf
Fix #17680 (sparse general concatenation) and #17686 (concatenation of heterogeneous Matrix-Vector combinations)
00f3156
…tors yield dense arrays (fixes #17686).
0b374fb
No branches or pull requests
Missed case in #16722? Best!
The text was updated successfully, but these errors were encountered: