RealEigendecompositionEigenpairs Property |
Gets a list of the eigenvalues and eigenvectors of the original matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public RealEigenpairCollection Eigenpairs { get; }
Public ReadOnly Property Eigenpairs As RealEigenpairCollection
Get
public:
property RealEigenpairCollection^ Eigenpairs {
RealEigenpairCollection^ get ();
}
member Eigenpairs : RealEigenpairCollection with get
Property Value
Type:
RealEigenpairCollectionSee Also