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