|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool[] SelectedEigenvectors { get; set; }Public Property SelectedEigenvectors As Boolean()
	Get
	Set
public:
property array<bool>^ SelectedEigenvectors {
	array<bool>^ get ();
	void set (array<bool>^ value);
}member SelectedEigenvectors : bool[] with get, set
Property Value
Boolean See Also
See Also