Click or drag to resize
ConjugateGradientIterations Property
The number of iterations needed by the conjugate gradient algorithm.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int Iterations { get; }

Property Value

Type: Int32
An int value indicating the number of iterations needed.
See Also