func Interface

interface
private function func(me, x) result(f)

Arguments

Type IntentOptional Attributes Name
class(brent_class), intent(inout) :: me
real(kind=wp), intent(in) :: x

Return Value real(kind=wp)

Description

Interface to the function to be minimized. It should evaluate f(x) for any x in the interval (ax,bx)