Gets the residual associated with the last computed solution.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double FinalResidual { get; }
Visual Basic (Declaration)
Public ReadOnly Property FinalResidual As Double
Visual C++
public:
virtual property double FinalResidual {
	double get () sealed;
}

Implements

INonlinearLeastSqMinimizer..::.FinalResidual

See Also