Gets or sets the number of minor iterations in each major iteration.
Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolversAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public int IterationsBetweenRestarts { get; set; }
Public Property IterationsBetweenRestarts As Integer
Get
Set
public:
property int IterationsBetweenRestarts {
int get ();
void set (int value);
}
member IterationsBetweenRestarts : int with get, set
Property Value
Type:
Int32
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.
Numerical Libraries
Supported in: 5.x, 4.x
Reference