public readonly struct EVD : IFormattable
EVD | Creates an eigenvalue decomposition. |
D | Gets eigenvalues as a block diagonal matrix. |
Values | Gets all eigenvalues. |
Vectors | Gets the eigenvector's matrix. |
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 ValueType.ToString()) |
ToString(String, IFormatProvider) | Gets a textual representation of this factorization. |