Gets the eigenvectors of the matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Eigenvectors As ComplexGeneralMatrix |
| C# |
|---|
public ComplexGeneralMatrix Eigenvectors { get; } |
| C++ |
|---|
public: ComplexGeneralMatrix^ Eigenvectors { ComplexGeneralMatrix^ get (); } |
Value
A GeneralMatrix containing the eigenvectors of the matrix.
Remarks
The eigenvectors are stored in the columns of the matrix.