schur.Matrix(x, vectors=T, rcond=F, threshold=0, tune=<see below>, workspace=<see below>)
n <- 9 A <- Matrix( rnorm(n*n,sd = 100), nrow = n, ncol = n) schur.A <- schur(A) # schur factorization mod.eig <- Mod(attr( schur.A, "eigenvalues")) # eigenvalue modulus schur.A <- schur(schur.A) # reordered factorization