Eigenvalue Decomposition<T>.Eigenvectors Property
Gets the eigenvectors of the matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
A DenseMatrix<T> containing the eigenvectors of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
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.