Click or drag to resize

ArnoldiEigenvalueOptionsSelectedEigenvectors Property

Logical array of dimension NumEigenvalues. To select the Ritz vector corresponding to a Ritz value D(j), SelectedEigenvectors[j] must be set to true. By default the array is empty and all NumEigenvalues are computed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool[] SelectedEigenvectors { get; set; }

Property Value

Boolean
See Also