Generalized Eigenvalue Decomposition<T>.Raw Eigenvectors Property
Gets the eigenvectors.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A matrix containing the real and imaginary components of the eigenvectors in its columns.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Matrix<T> RawEigenvectors { get; protected set; }
Property Value
Matrix<T>A matrix containing the real and imaginary components of the eigenvectors in its columns.
Remarks
The eigenvectors are stored in the columns. In the case of complex conjugate pairs, the real and complex part of one eigenvector are stored.