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 5f0a59b commit 8f4734bCopy full SHA for 8f4734b
test/lal.jl
@@ -108,7 +108,7 @@ function test_lal_identities(ld)
108
@test ld.A * Vn ≈ ld.V * ld.L * ld.U
109
# 3.13
110
if !D_singular
111
- @test ld.L[1:end-1, end] ≈ (ld.D \ Γn) * transpose(ld.U) * (Γn \ transpose(ld.Q)) * ld.A * ld.P[:, end]
+ @test ld.L[1:end-1, end] ≈ (ld.D \ Matrix(Γn)) * transpose(ld.U) * (Γn \ Matrix(transpose(ld.Q))) * ld.A * ld.P[:, end]
112
end
113
# 3.14, 3.26
114
@test ld.E ≈ transpose(ld.Q) * ld.A * ld.P
0 commit comments