Closed thorek1 closed 2 years ago
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: