After performing the Schur factorization using function Schur in library 'Matrix', how do I find the associated unitary matrix in R?
I can do this in MATLAB with the function Schur (documentation here), however, the Schur package in R only provides the triangular in the Schur factorization = $$ U * T * U' $$