As stated in the
dtrsen doc it should take the Schur Factorization T and the Schur Vectors Q (which can be generated via Julias schurfact) and return a reordered Schur factorization, reordering the selected Eigenvalues to the top left.
The code compiles and runs without errors, but unfortunately doesn't change anything in the given matrix :(
Maybe it is because the convert(Array{Bool}, select) doesn't properly tconvert to Fortrans Logical array type?
It would be nice if you could help me.
Greetings
axsk