ComplexEigenpairEigenvector Property |
Gets the eigenvector.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ComplexColumnVector Eigenvector { get; }
Public ReadOnly Property Eigenvector As ComplexColumnVector
Get
public:
property ComplexColumnVector^ Eigenvector {
ComplexColumnVector^ get ();
}
member Eigenvector : ComplexColumnVector with get
Property Value
Type:
ComplexColumnVectorRemarks The returned vector is read-only.
For applications that do not require modifying it, this makes producing it much faster and more memory-efficient.
To obtain a modifyable copy, call Copy.
See Also