Abstract Interfaces

Abstract InterfaceLocationDescription
func root_module

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

func2 root_module

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

root_f root_module

Root solver function interface