Click or drag to resize
DigitalRuneJacobiMethodD Properties

The JacobiMethodD type exposes the following members.

Properties
  NameDescription
Public propertyEpsilon
Gets or sets the tolerance value.
(Inherited from IterativeLinearSystemSolverD.)
Public propertyMaxNumberOfIterations
Gets or sets the maximum number number of iterations.
(Inherited from IterativeLinearSystemSolverD.)
Public propertyNumberOfIterations
Gets or sets the number of iterations of the last Solve(MatrixD, VectorD) method call.
(Inherited from IterativeLinearSystemSolverD.)
Top
See Also