From 5036c98626deb108e17eea48f27d34c08cd42cd0 Mon Sep 17 00:00:00 2001 From: odow Date: Sun, 11 Aug 2024 14:53:57 +1200 Subject: [PATCH] Update --- src/operators.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operators.jl b/src/operators.jl index 027842d71ed..1c4ea3484ff 100644 --- a/src/operators.jl +++ b/src/operators.jl @@ -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{ @@ -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},