Skip to content

Commit 07450a1

Browse files
araujomsjishnub
andauthored
Update test/matmul.jl
Co-authored-by: Jishnu Bhattacharya <[email protected]>
1 parent ccfdee9 commit 07450a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/matmul.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ end
550550
D = Matrix(Hermitian(A * A'))
551551
@test mul!(copy(D), A, A', true, 3) 4D
552552
if T <: Complex
553-
@test mul!(copy(C), A', A, im, 2) 2C + im*C
553+
@test mul!(2C, A', A, im, 2) (4 + im) * C
554554
@test mul!(copy(D), A, A', im, 3) 3D + im*D
555555
end
556556
end

0 commit comments

Comments
 (0)