gftool.matrix.Decomposition.__init__¶
-
Decomposition.__init__(rv, xi, rv_inv)[source]¶ Assign the attributes obtained from a matrix digitalization.
Parameters: - rv : (…, N, N) complex np.ndarray
The matrix of right eigenvectors.
- xi : (…, N) complex np.ndarray
The vector of eigenvalues
- rv_inv : (…, N, N) complex np.ndarray
The inverse of
rv.