We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca631f commit 85a4a2aCopy full SHA for 85a4a2a
test/diagonal.jl
@@ -478,7 +478,7 @@ Random.seed!(1)
478
U, s, V = F
479
@test map(x -> x.val, Matrix(F)) ≈ map(x -> x.val, Du)
480
@test svdvals(Du) == s
481
- @test U isa AbstractMatrix{<:AbstractFloat}
+ @test U isa AbstractMatrix{<:Union{Real,Complex}}
482
@test V isa AbstractMatrix{<:AbstractFloat}
483
@test s isa AbstractVector{<:Furlong{1}}
484
E = eigen(Du)
0 commit comments