Generalized Eigenvalue Decomposition<T>.Complex Eigenvectors Property
Gets the eigenvectors as a complex matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A complex matrix containing the eigenvectors.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Matrix<Complex<T>> ComplexEigenvectors { get; protected set; }
Property Value
Matrix<Complex<T>>A complex matrix containing the eigenvectors.
Remarks
The eigenvectors are stored in the columns.