Computes the full eigen decomposition of a symmetric matrix using C++. This function is faster than base R's `eigen()`. This function will not check that your matrix is numeric or symmetric.
Computes the full eigen decomposition of a symmetric matrix using C++. This function is faster than base R's `eigen()`. This function will not check that your matrix is numeric or symmetric.