Skip to content

Commit 6c6cafd

Browse files
committed
compare against 2-arg dot w/ matvec multiplication
1 parent 2c4d018 commit 6c6cafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/symmetric.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ end
595595
for t in (Symmetric, Hermitian), uplo in (:U, :L)
596596
M = t(A, uplo)
597597
N = Matrix(M)
598-
@test dot(x, M, y) dot(x, N, y)
598+
@test dot(x, M, y) dot(x, M*y) dot(x, N, y)
599599
end
600600
end
601601

0 commit comments

Comments
 (0)