Skip to content

Commit 4844670

Browse files
stevengjjishnub
andauthored
Update test/hessenberg.jl
Co-authored-by: Jishnu Bhattacharya <[email protected]>
1 parent 4578357 commit 4844670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/hessenberg.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ let n = 10
7070
for b in (b_, B_), H in (H, Hc, H', Hc', transpose(Hc))
7171
@test H * (H \ b) b
7272
@test (b' / H) * H (Matrix(b') / H) * H b'
73+
@test (transpose(b) / H) * H (Matrix(transpose(b)) / H) * H transpose(b)
7374
end
7475
end
7576
@testset "Preserve UpperHessenberg shape (issue #39388)" begin

0 commit comments

Comments
 (0)