ConjugateGradientIterations Property |
The number of iterations needed by the conjugate gradient algorithm.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int Iterations { get; }
Public ReadOnly Property Iterations As Integer
Get
public:
property int Iterations {
int get ();
}
member Iterations : int with get
Property Value
Type:
Int32
An
int value indicating the number of
iterations needed.
See Also