Eigenvalue Decomposition<T>.Eigenvectors Property
Gets the eigenvectors of the matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A DenseMatrix<T> containing the eigenvectors of the matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Matrix<T> Eigenvectors { get; protected set; }
Property Value
Matrix<T>A DenseMatrix<T> containing the eigenvectors of the matrix.
Remarks
The eigenvectors are stored in the columns of the matrix.