Skip to content

Commit

Permalink
Update stdlib/LinearAlgebra/test/qr.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Karrasch <[email protected]>
  • Loading branch information
ArunS-tack and dkarrasch committed Jun 18, 2021
1 parent 3f98e5a commit be45c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/LinearAlgebra/test/qr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ end
B = I(3)
C = B*A.Q'
@test C A.Q
@test A.Q' * B A.Q
end

end # module TestQR

0 comments on commit be45c69

Please sign in to comment.