EVD Structure |
public readonly struct EVD : IFormattable
The EVD type exposes the following members.
| Name | Description | |
|---|---|---|
| D | Gets eigenvalues as a block diagonal matrix. | |
| Values | Gets all eigenvalues. | |
| Vectors | Gets the eigenvector's matrix. |
| Name | Description | |
|---|---|---|
| Determinant | Gets the absolute value of determinant of the square matrix for which the EVD was computed. | |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Rank | Gets the effective numerical matrix rank. | |
| ToString | Gets a textual representation of this factorization. (Overrides ValueTypeToString) | |
| ToString(String, IFormatProvider) | Gets a textual representation of this factorization. |