We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd59e5 commit 5c4bb06Copy full SHA for 5c4bb06
1 file changed
test/test_adjtrans.jl
@@ -83,7 +83,6 @@ function test_derived_adjoint()
83
@test aopA * v ≈ adjoint(A) * v
84
@test topA * v ≈ transpose(A) * v
85
86
-
87
v = rand(3) + im * rand(3)
88
@test copA * v ≈ conj(A) * v
89
v = rand(3)
@@ -136,7 +135,6 @@ function test_derived_transpose()
136
135
137
138
139
140
141
142
0 commit comments