Click or drag to resize

EVD Structure

Eigenvalue decomposition.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Austra.LibraryEVD

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntax
C#
public readonly struct EVD : IFormattable

The EVD type exposes the following members.

Constructors
 NameDescription
Public methodEVDCreates an eigenvalue decomposition.
Top
Properties
 NameDescription
Public propertyDGets eigenvalues as a block diagonal matrix.
Public propertyValuesGets all eigenvalues.
Public propertyVectorsGets the eigenvector's matrix.
Top
Methods
 NameDescription
Public methodDeterminant Gets the absolute value of determinant of the square matrix for which the EVD was computed.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRankGets the effective numerical matrix rank.
Public methodToStringGets a textual representation of this factorization.
(Overrides ValueTypeToString)
Public methodToString(String, IFormatProvider)Gets a textual representation of this factorization.
Top
See Also