GeneralizedEigenvalueDecomposition<T> Properties

Properties

BaseMatrix Gets the primary underlying matrix of the decomposition.
(Inherited from GeneralizedDecomposition<T>)
ComplexEigenvalueNumerators Gets the numerators of the eigenvalues as a complex vector.
ComplexEigenvalues Gets the eigenvalues as a complex vector.
ComplexEigenvectors Gets the eigenvectors as a complex matrix.
Done Gets or sets a value that indicates whether the decomposition has been performed.
(Inherited from GeneralizedDecomposition<T>)
EigenvalueDenominators Gets the denominators of the eigenvalues.
EigenvalueNumerators Gets the numerators of the eigenvalues.
Eigenvalues Gets the eigenvalues.
Eigenvectors Gets the eigenvectors.
HasComplexEigenvalues Indicates whether the matrix has complex eigenvalue.
Overwrite Gets or sets a value indicating whether the BaseMatrix should be overwritten by its decomposition.
(Inherited from GeneralizedDecomposition<T>)
RawEigenvectors Gets the eigenvectors.
SecondaryBaseMatrix Gets the secondary underlying matrix of the decomposition.
(Inherited from GeneralizedDecomposition<T>)

See Also