Stan Math Library
4.9.0
Automatic Differentiation
|
Eigen::Matrix< value_type_t< EigMat >, -1, 1 > stan::math::eigenvalues_sym | ( | const EigMat & | m | ) |
Return the eigenvalues of the specified symmetric matrix in ascending order of magnitude.
This function is more efficient than the general eigenvalues function for symmetric matrices.
EigMat | type of the matrix |
m | Specified matrix. |
Definition at line 23 of file eigenvalues_sym.hpp.