22 Aug
2009
22 Aug
'09
9 a.m.
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.