This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Convert real Schur form to complex Schur form.
Convert a quasi-diagonal real-valued Schur form to the upper triangular complex-valued Schur form.
Parameters : | T : array, shape (M, M)
Z : array, shape (M, M)
|
---|---|
Returns : | T : array, shape (M, M)
Z : array, shape (M, M)
|
See also