Gets the eigenvectors of the matrix.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Matrix<T> RawEigenvectors { get; protected set; }
Public Property RawEigenvectors As Matrix(Of T)
Get
Protected Set
public:
property Matrix<T>^ RawEigenvectors {
Matrix<T>^ get ();
protected: void set (Matrix<T>^ value);
}
member RawEigenvectors : Matrix<'T> with get, set
Property Value
Type:
MatrixTA
DenseMatrix containing the eigenvectors of the matrix.
The eigenvectors are stored in the columns of the matrix.
Numerical Libraries
Supported in: 5.x
Reference