Interface for classes that find roots of univariate functions using only function evaluations.

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

Syntax

C#
public interface IOneVariableRootFinder : ICloneable
Visual Basic (Declaration)
Public Interface IOneVariableRootFinder _
	Implements ICloneable
Visual C++
public interface class IOneVariableRootFinder : ICloneable

See Also