$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-10-22 10:41:12
>>>>> "Dan" == Dan Mcleran <dan.mcleran_at_[hidden]> writes:
Dan> In the case of integrating over a function, f(x), vParams is a container
Dan> containing the x values that you wish to pass into f(x). I was proposing
Dan> that f(x) would be a functor, or function pointer that the user would
Dan> provide along with a container of x values.
I see. I was thinking that you just provide a functor and the x
limits.
What about multi-dimensional integration? Did you look at the example
code I posted?