Skip to content

Commit

Permalink
Merge pull request #133 from dkarrasch/patch-2
Browse files Browse the repository at this point in the history
Relax kroneckersum test
  • Loading branch information
MichielStock authored Nov 16, 2023
2 parents dd1439c + 2656a5f commit 096ab9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testkroneckersum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
B = rand(10, 10)
V = Diagonal(rand(10))
@testset "Vec trick for sums" begin
@test (A B) * vec(V) == vec(B * V + V * transpose(A))
@test (A B) * vec(V) vec(B * V + V * transpose(A))
end

A = rand(3, 3)
Expand Down

0 comments on commit 096ab9a

Please sign in to comment.