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

◆ eigenvectors_sym() [3/3]

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

Return the eigenvectors of the specified symmetric matrix.

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

Definition at line 25 of file eigenvectors_sym.hpp.