powered by
Computes eigenvalues and eigenvectors of matrices (output sorted in increasing order).
eigensort(x)
Symetric matrix (sparse or dense) whose spectral decomposition is to be computed.
# NOT RUN { A <- matrix(1, ncol=2, nrow=2) dec <- eigensort(A) # }
Run the code above in your browser using DataLab