Click or drag to resize

IOneVariableRootFinder Interface

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IOneVariableRootFinder : ICloneable

The IOneVariableRootFinder type exposes the following members.

Methods
 NameDescription
Public methodFind(OneVariableFunction, Interval) Finds a root of the given function within the given interval.
Public methodFind(OneVariableFunction, Double, Double) Finds a root of the given function within the given interval.
Top
See Also