Computes the eigenvalues and/or eigenvectors
linalg_eigen_sym(x, values, vectors = NULL)
| x | Input data. The input values are overwritten. |
|---|---|
| values | The eigenvalues. |
| vectors | The eigenvectors. |
You will need to initialize the return objects values and/or
vectors.
manually. See the example.