  | ArnoldiEigenvalueSolutionArnoldiUpdateIterations Property | 
            The number of Arnoldi update iterations taken.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int ArnoldiUpdateIterations { get; set; }Public Property ArnoldiUpdateIterations As Integer
	Get
	Set
public:
property int ArnoldiUpdateIterations {
	int get ();
	void set (int value);
}member ArnoldiUpdateIterations : int with get, set
Property Value
Int32
See Also