NonHermitianEigenvalueDecomposition<T> Properties

Properties

BaseMatrix Gets the underlying matrix of the decomposition.
(Inherited from Decomposition<T>)
ColumnCount Gets the number of columns in the matrix.
(Inherited from LinearOperator<T>)
ColumnIndex Gets or sets the index of labels for the columns of the matrix.
(Inherited from LinearOperator<T>)
Preliminary
ComplexEigenvalues Gets the eigenvalues of the matrix as a complex vector.
(Inherited from EigenvalueDecomposition<T>)
ComplexEigenvectors 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>)
ElementType 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>)
HasComplexEigenvalues 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>)
RawEigenvectors Gets the eigenvectors of the matrix.
(Inherited from EigenvalueDecomposition<T>)
RowCount Gets the number of rows in the matrix.
(Inherited from LinearOperator<T>)
RowIndex Gets or sets the index of labels for the rows of the matrix.
(Inherited from LinearOperator<T>)
Preliminary

See Also