func2 Interface

interface
private function func2(x) result(f)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x

independant variable

Return Value real(kind=wp)

f(x)

Description

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