Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 11, 2024
1 parent e244c54 commit 5036c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function Base.complex(
end

function Base.:+(
A::LinearAlgebra.Symmetric{V},
A::LinearAlgebra.Symmetric{V,Matrix{V}},
B::LinearAlgebra.Hermitian,
) where {
V<:Union{
Expand All @@ -587,7 +587,7 @@ end

function Base.:+(
A::LinearAlgebra.Hermitian,
B::LinearAlgebra.Symmetric{V},
B::LinearAlgebra.Symmetric{V,Matrix{V}},
) where {
V<:Union{
GenericVariableRef{<:Real},
Expand Down

0 comments on commit 5036c98

Please sign in to comment.