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

◆ eigenvectors() [2/2]

template<typename EigCplxMat , require_eigen_matrix_dynamic_vt< is_complex, EigCplxMat > * = nullptr>
Eigen::Matrix< complex_return_t< value_type_t< EigCplxMat > >, -1, -1 > stan::math::eigenvectors ( const EigCplxMat &  m)
inline

Return the eigenvectors of a (complex-valued) matrix.

Template Parameters
EigCplxMattype of complex matrix argument
Parameters
[in]mmatrix to find the eigenvectors of. Must be square and have a non-zero size.
Returns
a complex-valued matrix with columns representing the eigenvectors of m

Definition at line 46 of file eigenvectors.hpp.