GeneralizedEigenvalueDecomposition<T>.ComplexEigenvectors Property

Gets the eigenvectors as a complex matrix.

Definition

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

See Also