EvdT Properties |
The EvdT type exposes the following members.
| Name | Description | |
|---|---|---|
| D | Gets or sets the block diagonal eigenvalue matrix. | |
| Determinant | Gets the absolute value of determinant of the square matrix for which the EVD was computed. | |
| EigenValues | Gets or sets the eigen values (λ) of matrix in ascending value. | |
| EigenVectors | Gets or sets eigenvectors. | |
| IsFullRank | Gets a value indicating whether the matrix is full rank or not. | |
| IsSymmetric | Gets or sets a value indicating whether matrix is symmetric or not | |
| Rank | Gets the effective numerical matrix rank. |