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 6f2c5df commit 7542f75Copy full SHA for 7542f75
test/dense.jl
@@ -1350,7 +1350,7 @@ end
1350
@testset "structure of dense matrices" begin
1351
# A is neither triangular nor symmetric/Hermitian
1352
A = [1 im 2; -im 0 3; 2 3 im]
1353
- @test factorize(A) isa LU{ComplexF64, Matrix{ComplexF64}, Vector{Int64}}
+ @test factorize(A) isa LU{ComplexF64, Matrix{ComplexF64}, Vector{Int}}
1354
@test !any(LinearAlgebra.getstructure(A))
1355
end
1356
0 commit comments