pygpcca.GPCCA.schur_matrix

property GPCCA.schur_matrix: Optional[numpy.ndarray]

Ordered top left part of shape (n_m, n_m) of the real Schur matrix of \(P\).

The ordered real partial Schur matrix \(R\) of \(P\) fulfills

\[P Q = Q R\]

with the ordered matrix of dominant Schur vectors \(Q\).

Return type

Optional[ndarray]