IterativeAlgorithm<T>.UpdateCurrentResult Method

Updates the current approximation in a point-wise convergence.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected void UpdateCurrentResult(
	T value
)

Parameters

value  T
 

See Also