Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ eigenvalues_sym() [3/3]

template<typename T , require_rev_matrix_t< T > * = nullptr>
auto stan::math::eigenvalues_sym ( const T &  m)
inline

Return the eigenvalues of the specified symmetric matrix.

Template Parameters
Ttype of input matrix.
Parameters
mSpecified matrix.
Returns
Eigenvalues of matrix.

Definition at line 24 of file eigenvalues_sym.hpp.