$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Is there a false-position root finding method in boost
From: Peng Yu (pengyu.ut_at_[hidden])
Date: 2008-09-10 23:57:02
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