$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Is there a false-position root finding method in boost
From: Peng Yu (pengyu.ut_at_[hidden])
Date: 2008-09-11 14:54:21
On Wed, Sep 10, 2008 at 10:57 PM, Peng Yu <pengyu.ut_at_[hidden]> wrote:
> 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.
To be more specific, I'm wondering if toms748_solve does this?
Thanks,
Peng