We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718c478 commit a3d4821Copy full SHA for a3d4821
test/inference.jl
@@ -506,3 +506,8 @@ tpara{I}(::Type{AbstractMyType12580{I}}) = I
506
f18348{T<:Any}(::Type{T}, x) = 1
507
f18348{T<:Any}(::Type{T}, x::T) = 2
508
@test length(methods(f18348, Tuple{Type{Any},Any})) == 1
509
+
510
+# Issue #13165
511
+@test Symmetric{Float64,Matrix{Float64}} <: LinAlg.RealHermSymComplexHerm
512
+@test Hermitian{Float64,Matrix{Float64}} <: LinAlg.RealHermSymComplexHerm
513
+@test Hermitian{Complex{Float64},Matrix{Complex{Float64}}} <: LinAlg.RealHermSymComplexHerm
0 commit comments