EigenvalueDecomposition<T>.ComplexEigenvectors Property

Gets the eigenvectors of the matrix as a complex matrix.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<Complex<T>> ComplexEigenvectors { get; protected set; }

Property Value

Matrix<Complex<T>>
A complex matrix containing the eigenvectors of the matrix.

Remarks

The eigenvectors are stored in the columns of the matrix.

See Also