Click or drag to resize
DigitalRuneSorMethodF Properties

The SorMethodF type exposes the following members.

Properties
  NameDescription
Public propertyEpsilon
Gets or sets the tolerance value.
(Inherited from IterativeLinearSystemSolverF.)
Public propertyMaxNumberOfIterations
Gets or sets the maximum number number of iterations.
(Inherited from IterativeLinearSystemSolverF.)
Public propertyNumberOfIterations
Gets or sets the number of iterations of the last Solve(MatrixF, VectorF) method call.
(Inherited from IterativeLinearSystemSolverF.)
Public propertyRelaxationFactor
Gets or sets the relaxation factor.
Top
See Also