pygpcca.GPCCA.schur_matrix

property GPCCA.schur_matrix: ndarray[Any, dtype[Any]] | None

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\).