Gets the residual associated with the starting point.

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

Syntax

C#
double InitialResidual { get; }
Visual Basic (Declaration)
ReadOnly Property InitialResidual As Double
Visual C++
property double InitialResidual {
	double get ();
}

See Also