Skip to contents

Computes eigen values only of a symmetric matrix using C++. This function will not check that your matrix is numeric or symmetric.

Usage

fast_eigen_vals(m)

Arguments

m

A symmetric numeric matrix.

Value

A vector of eigen values