Skip to content

Commit

Permalink
Update src/dispatch.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mateus Araújo <[email protected]>
  • Loading branch information
odow and araujoms authored Mar 3, 2024
1 parent c22a443 commit a7b10f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ function _mult_triangle(
end
# Intermediate conversion to `Matrix` is needed to work around
# https://github.com/JuliaLang/julia/issues/52895
return T(Matrix(LinearAlgebra.Symmetric(B, c)), c)
return T(Matrix(T(B, c)), c)
end

function Base.:*::Number, A::LinearAlgebra.Symmetric{<:AbstractMutable})
Expand Down

0 comments on commit a7b10f2

Please sign in to comment.