Gets and sets the delegate function used to determine convergence.
The delegate should return true when the tolerance is met.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleIterativelyReweightedLeastSq..::.ToleranceMetFunction ConvergenceFunction { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ConvergenceFunction As DoubleIterativelyReweightedLeastSq..::.ToleranceMetFunction |
| Visual C++ |
|---|
public: property DoubleIterativelyReweightedLeastSq..::.ToleranceMetFunction^ ConvergenceFunction { DoubleIterativelyReweightedLeastSq..::.ToleranceMetFunction^ get (); void set (DoubleIterativelyReweightedLeastSq..::.ToleranceMetFunction^ value); } |