BrentRootFinder Type

Constructors

Constructor Description

BrentRootFinder(function)

Full Usage: BrentRootFinder(function)

Parameters:
    function : Func<float, float>

function : Func<float, float>

BrentRootFinder(function, maxNumberOfIterations, accuracy)

Full Usage: BrentRootFinder(function, maxNumberOfIterations, accuracy)

Parameters:
    function : Func<float, float>
    maxNumberOfIterations : int
    accuracy : float

function : Func<float, float>
maxNumberOfIterations : int
accuracy : float