Click or drag to resize

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; }

Property Value

Type: ComplexColumnVector
Remarks

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