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
cat
julia> cat((1,2), spdiagm(1:4), spdiagm(1:4)) 8×8 Array{Int64,2}: 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 4
Cross reference #15172 and #16722. Best!
The text was updated successfully, but these errors were encountered:
58092c0
Merge pull request #17690 from Sacha0/sparsegencat
ba46baf
Fix #17680 (sparse general concatenation) and #17686 (concatenation of heterogeneous Matrix-Vector combinations)
Make general concatenations (cat) of combinations of sparse matrice…
51752d4
…s with sparse matrices or dense matrices/vectors yield sparse arrays (fixes #17680).
full
similar(full(X), T, dims)
788e01e
…s with sparse matrices or dense matrices/vectors yield sparse arrays (fixes JuliaLang#17680).
No branches or pull requests
Cross reference #15172 and #16722. Best!
The text was updated successfully, but these errors were encountered: