Click or drag to resize

BrentFindRoot Constructor

Overload List
  NameDescription
Public methodBrentFindRoot(RealValuedScalarFunction, Double, Double, BrentSolutionType, ConvergenceCriteria)

Initializes a new instance that can be used to find roots of a specified function. The BracketToward property is set based on the value of the solutionType parameter as follows:

Public methodBrentFindRoot(RealValuedScalarFunction, Double, Double, BrentSolutionType, ConvergenceCriteria, BracketToward)
Initializes a new instance that can be used to find roots of a specified function.
Top
See Also