
11 Sep
2008
11 Sep
'08
3:57 a.m.
Hi, #include <boost/math/tools/roots.hpp> There are a few root finding algorithm in the above file. I'm not sure if there is the false-position method in there? What I want is give an interval which only has one root. I want to always find the root in that interval. I'm wondering if any function in that header can do so or not. Thanks, Peng