We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f1e42 commit 310c091Copy full SHA for 310c091
test/linearalgebra.jl
@@ -6,4 +6,8 @@
6
@test_throws ErrorException exp(M)
7
M = Complex{Double64}.([1 0; 1 1])
8
9
+
10
+ t=[Complex{Double64}(1.0,0.0) Complex{Double64}(0.0,1.0);
11
+ Complex{Double64}(0.0,-1.0) Complex{Double64}(1.0,0.0)]
12
+ @test ishermitian(t)
13
end
0 commit comments