Skip to content

Commit 8a493c9

Browse files
committed
Add test
1 parent 34f7b32 commit 8a493c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/bunchkaufman.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,10 @@ end
257257
@test B.U * B.D * B.U' S
258258
end
259259

260+
@testset "complex Symmetric" begin
261+
S = Symmetric(rand(ComplexF64,4,4))
262+
B = bunchkaufman(S)
263+
@test B.U * B.D * transpose(B.U) B.P * S * transpose(B.P)
264+
end
265+
260266
end # module TestBunchKaufman

0 commit comments

Comments
 (0)