Complex Dense Generalized Schur Decomposition<T> Properties
Properties
| Base |
Gets the primary underlying matrix of the decomposition.
(Inherited from GeneralizedDecomposition<T>) |
| Complex |
Gets the numerators of the eigenvalues as a complex vector.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Complex |
Gets the eigenvalues as a complex vector.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Done |
Gets or sets a value that indicates whether the decomposition
has been performed.
(Inherited from GeneralizedDecomposition<T>) |
| Eigenvalue |
Gets the denominators of the eigenvalues.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Eigenvalue |
Gets the numerators of the eigenvalues.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Eigenvalues |
Gets the eigenvalues.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Has |
Indicates whether the matrix has complex eigenvalue.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Left |
Gets the left Schur vectors of the decomposition.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Overwrite |
Gets or sets whether the
BaseMatrix should be overwritten by
its decomposition.
(Inherited from GeneralizedDecomposition<T>) |
| Right |
Gets the right Schur vectors of the decomposition.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Schur |
Gets the Schur form of the first matrix.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Schur |
Gets the Schur form of the second matrix.
(Inherited from GeneralizedSchurDecomposition<T>) |
| Secondary |
Gets the secondary underlying matrix of the decomposition.
(Inherited from GeneralizedDecomposition<T>) |