Stan Math Library
4.9.0
Automatic Differentiation
|
std::tuple< Eigen::Matrix< value_type_t< EigMat >, -1, -1 >, Eigen::Matrix< value_type_t< EigMat >, -1, 1 > > stan::math::eigendecompose_sym | ( | const EigMat & | m | ) |
Return the eigendecomposition of the specified symmetric matrix.
EigMat | type of the matrix |
m | Specified matrix. |
Definition at line 25 of file eigendecompose_sym.hpp.