Spectral decomposition of a matrix
Computes eigenvalues and eigenvectors of real symmetric matrices.
eigen.sym(x)
x |
A real symmetric matrix. |
This is to use the LAPACK routine 'DSYEVR' to perform spectral decomposition.
values |
a vector containing the eigenvalues of |
vectors |
a matrix whose columns contain the eigenvectors of |
Warning: symmetry is not checked by the program!
eigen
for more information.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.