Click or drag to resize

RealEigenpairEigenvector Property

Gets the eigenvector.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ColumnVector Eigenvector { get; }

Property Value

Type: ColumnVector
Remarks

The returned vector is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.

See Also