Decomposition#
- class do_dpc.dpc.mpc_nfour_sid.Decomposition(left_orthogonal, eigenvalues, right_orthogonal)[source]#
Bases:
objectEigenvalue decomposition of a matrix
matrixsuch thatleft_orthogonal @ eigenvalues @ right_orthogonalequalsmatrix.- left_orthogonal#
The left orthogonal matrix.
- Type:
np.ndarray
- eigenvalues#
The diagonal matrix of eigenvalues.
- Type:
np.ndarray
- right_orthogonal#
The right orthogonal matrix.
- Type:
np.ndarray
Methods#
Attributes#
left_orthogonal#
-
Decomposition.left_orthogonal:
ndarray#
eigenvalues#
-
Decomposition.eigenvalues:
ndarray#
right_orthogonal#
-
Decomposition.right_orthogonal:
ndarray#