Real Eigenvalue Decomposition<T> Properties
Properties
Base |
Gets the underlying matrix of the decomposition.
(Inherited from Decomposition<T>) |
Column |
Gets the number of columns in the matrix.
(Inherited from LinearOperator<T>) |
Column |
Gets or sets the index of labels for the columns of the matrix.
(Inherited from LinearOperator<T>) Preliminary |
Complex |
Gets the eigenvalues of the matrix as a complex vector.
(Inherited from EigenvalueDecomposition<T>) |
Complex |
Gets the eigenvectors of the matrix as a complex matrix.
(Inherited from EigenvalueDecomposition<T>) |
Done |
Gets or sets a value that indicates whether the decomposition
has been performed.
(Inherited from Decomposition<T>) |
Eigenvalues |
Gets the eigenvalues of the matrix.
(Inherited from EigenvalueDecomposition<T>) |
Eigenvectors |
Gets the eigenvectors of the matrix.
(Inherited from EigenvalueDecomposition<T>) |
Element |
Gets the element type of the matrix.
(Inherited from LinearOperator<T>) |
Factors |
Gets a collection of the matrix factors that make up the decomposition.
(Inherited from EigenvalueDecomposition<T>) |
Has |
Indicates whether the matrix has complex eigenvalue.
(Inherited from EigenvalueDecomposition<T>) |
Overwrite |
Gets or sets whether the
BaseMatrix should be overwritten by
its decomposition.
(Inherited from Decomposition<T>) |
Raw |
Gets the eigenvectors of the matrix.
(Inherited from EigenvalueDecomposition<T>) |
Row |
Gets the number of rows in the matrix.
(Inherited from LinearOperator<T>) |
Row |
Gets or sets the index of labels for the rows of the matrix.
(Inherited from LinearOperator<T>) Preliminary |