Re: [Boost-users] Help with a compilation error [Boost/Math]

2022-08-04 Thread Peder Lon Hauge via Boost-users
>> Hi, >> >> I'm trying to use Boost in order to find values of a 2F3 >> hypergeometric function. Just to check that I am using the package the >> correct way, I tried to compile the small test file below (using the >> example from the pFq docs), with the command >> >> $ g++ -o test.exe test.cpp -

Re: [Boost-users] Help with a compilation error [Boost/Math]

2022-08-04 Thread John Maddock via Boost-users
On 03/08/2022 21:56, Peder Lon Hauge via Boost-users wrote: Hi, I'm trying to use Boost in order to find values of a 2F3 hypergeometric function. Just to check that I am using the package the correct way, I tried to compile the small test file below (using the example from the pFq docs), wit

Re: [Boost-users] Help with a compilation error [Boost/Math]

2022-08-03 Thread Proton via Boost-users
> On Aug 3, 2022, at 1:56 PM, Peder Lon Hauge via Boost-users > wrote: > > Hi, > > I'm trying to use Boost in order to find values of a 2F3 hypergeometric > function. Just to check that I am using the package the correct way, I tried > to compile the small test file below (using the example fro

[Boost-users] Help with a compilation error [Boost/Math]

2022-08-03 Thread Peder Lon Hauge via Boost-users
Hi, I'm trying to use Boost in order to find values of a 2F3 hypergeometric function. Just to check that I am using the package the correct way, I tried to compile the small test file below (using the example from the pFq docs), with the command $ g++ -o test.exe test.cpp -I /home/peder/boost/