Boost logo

Boost Users :

Subject: Re: [Boost-users] boost::math function link problem
From: John Maddock (john_at_[hidden])
Date: 2009-08-22 05:00:43


> First of all, I apologize that my question will be pretty basic to people
> in
> this mailing list,
> nevertheless I have spent 30 min + to figure it out and couldn't find the
> answer.
> So, here it goes...
>
> I need to find which library (lib*.a) file contains the "ibeta" function
> which is defined under
> boost/math/special_functions/gamma.hpp.

Nope, the ibeta function is defined in
boost/math/special_functions/beta.hpp, the gamma.hpp will include a forward
declaration but no definition. It's all header-only template code BTW.

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net