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