Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the unitary matrix of the complex Schur decomposition of the specified square matrix.
The complex Schur decomposition of a square matrix A
produces a complex unitary matrix U
and a complex upper-triangular Schur form matrix T
such that A = U * T * inv(U)
. Further, the unitary matrix's inverse is equal to its conjugate transpose, inv(U) = U*
, where U*(i, j) = conj(U(j, i))
M | type of matrix |
m | real matrix to decompose |
Definition at line 29 of file complex_schur_decompose.hpp.