Computes the eigenvalues and/or eigenvectors

linalg_eigen_sym(x, values, vectors = NULL)

Arguments

x

Input data. The input values are overwritten.

values

The eigenvalues.

vectors

The eigenvectors.

Details

You will need to initialize the return objects values and/or vectors. manually. See the example.