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 1ae61fd commit e244c54
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 @@ -599,7 +599,7 @@ function Base.:+(
end

function Base.:-(
A::LinearAlgebra.Symmetric{V},
A::LinearAlgebra.Symmetric{V,Matrix{V}},
B::LinearAlgebra.Hermitian,
) where {
V<:Union{
Expand All @@ -613,7 +613,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 e244c54

Please sign in to comment.