Subject: [Boost-users] [Math] advice using brent_find_minima()
From: dariomt_at_[hidden]
Date: 2014-12-09 07:17:04


I'd like to find the root of a function f (find x such that f(x) = 0).

Should I pass abs( f ) to brent_find_minima()?

I can't find examples...

Thanks in advance!