eigen.sym | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.