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
Currently it returns a SparseMatrix
typeof(Tridiagonal(zeros(2), zeros(3), zeros(3)) * Diagonal(zeros(3))) # 3×3 SparseArrays.SparseMatrixCSC{Float64,Int64} with 0 stored entries
The text was updated successfully, but these errors were encountered:
Huh, I must have missed this in #28883. I'll fix it unless someone else wants to try it out.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently it returns a SparseMatrix
The text was updated successfully, but these errors were encountered: