EVD Structure

Eigenvalue decomposition.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public readonly struct EVD : IFormattable
Inheritance
Object    ValueType    EVD
Implements
IFormattable

Constructors

EVDCreates an eigenvalue decomposition.

Properties

DGets eigenvalues as a block diagonal matrix.
ValuesGets all eigenvalues.
VectorsGets the eigenvector's matrix.

Methods

Determinant Gets the absolute value of determinant of the square matrix for which the EVD was computed.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
RankGets the effective numerical matrix rank.
ToStringGets a textual representation of this factorization.
(Overrides ValueTypeToString)
ToString(String, IFormatProvider)Gets a textual representation of this factorization.

See Also