Skip to content

Commit

Permalink
Fix V1.8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvarga committed Jan 15, 2024
1 parent ceee4d2 commit 9220d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_riccati.jl
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ rezg = norm(A'*X+X*A-X*G*X+Q)/max(1,norm(X))
norm(sort(real(clseig))-sort(real(eigvals(A-G*X))))/norm(clseig) < reltol &&
norm(sort(imag(clseig))-sort(imag(eigvals(A-G*X))))/norm(clseig) < reltol

E = I(3);
@time X, clseig = garec(A,E,G,Q; scaling = 'S')
rezb = norm(A'*X*E+E'*X*A-E'*X*G*X*E+Q)/max(1,norm(X))
ev = eigvals(A-G*X*E,E)
Expand Down

0 comments on commit 9220d39

Please sign in to comment.