The ConjugateGradient type exposes the following members.

Properties

NameDescription
Iterations
The number of iterations needed by the conjugate gradient algorithm.
MaxIterations
The maximum number of iterations allowed.
RelativeError
The relative error used for stopping the algorithm.

See Also