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

◆ complex_schur_decompose_t()

template<typename M , require_eigen_dense_dynamic_t< M > * = nullptr>
Eigen::Matrix< complex_return_t< scalar_type_t< M > >, -1, -1 > stan::math::complex_schur_decompose_t ( const M &  m)
inline

Return the Schur form matrix of the complex Schur decomposition of the specified square matrix.

Template Parameters
Mtype of matrix
Parameters
mreal matrix to decompose
Returns
Schur form matrix of the complex Schur decomposition of the specified matrix
See also
complex_schur_decompose_u for a definition of the complex Schur decomposition

Definition at line 53 of file complex_schur_decompose.hpp.