| EigenvalueDecompositionD Properties |
The EigenvalueDecompositionD type exposes the following members.
| Name | Description | |
|---|---|---|
| D |
Gets the block diagonal eigenvalue matrix D. (This property returns the internal matrix,
not a copy.)
| |
| ImaginaryEigenvalues |
Gets the vector of the imaginary parts of the eigenvalues.
| |
| RealEigenvalues |
Gets the vector of the real parts of the eigenvalues (the diagonal of D).
| |
| V |
Gets the eigenvector matrix V. (This property returns the internal matrix,
not a copy.)
|