You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay. I implemented Schur and generalized Schur in #6. It was a bit tricky because of the quasi upper triangular matrix S and how the structure of T and S are related but I think I got it right.
thanks a lot. works as intended so far. last piece missing to get my difference equation solver diffable is ordschur, I'll open another issue for that one
Hi,
I tried to implement schur(A,B) the way you did for the eigen decomposition but the solver doesn't find a solution.
My guess is that numerical stability in the decomposition might be an issue here. What's your experience with the other decompositions? Any hints?
Here is some code to show what I mean:
The text was updated successfully, but these errors were encountered: