GeneralizedEigenvalueDecomposition<T>.RawEigenvectors Property

Gets the eigenvectors.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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.

See Also