Click or drag to resize

IOneVariableMinimizer Interface

Interface for classes that perform minimization of univariate functions.

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

The IOneVariableMinimizer type exposes the following members.

Methods
 NameDescription
Public methodMinimize(Bracket) Minimizes the function within the interval contained in the given Bracket.
Public methodMinimize(OneVariableFunction, Interval) Minimizes the given function within the given interval.
Public methodMinimize(OneVariableFunction, Double, Double) Minimizes the given function within the given interval.
Public methodMinimize(OneVariableFunction, Double, Double, Double) Minimizes the given function within the given interval.
Top
See Also