|  | ArnoldiEigenvalueOptionsNumLanczosVectors Property | 
            Gets and sets a number indicating how many 
            Lanczos vectors are generated at each iteration.
            After the startup phase in which NumEigenvectors 
            Lanczos vectors are generated, the algorithm generates 
            NumLanczosVectors - NumEigenvectors 
            Lanczos vectors at each subsequent update iteration.
            The default value is
            Min( 2 * nev, n)
            where nev is the number of requested eigenvalues and n
            is the dimension of the problem.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int NumLanczosVectors { get; set; }Public Property NumLanczosVectors As Integer
	Get
	Set
public:
property int NumLanczosVectors {
	int get ();
	void set (int value);
}member NumLanczosVectors : int with get, set
Property Value
Int32 See Also
See Also