Generalized Minimal Residual Solver<T>.Iterations Between Restarts Property
Gets or sets the number of minor iterations in each major iteration.
Definition
Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int IterationsBetweenRestarts { get; set; }
Property Value
Int32Remarks
The memory requirements of the GMRES method are proportional to the number of iterations. To limit memory use, the method is restarted. This property specifies after how many iterations the algorithm is restarted. The default value is 30.