
24 Oct
2008
24 Oct
'08
9:43 a.m.
I don't find any .cpp file in boost/sandbox/boost/numeric/bindings. Does it mean that I don't have to build it in order to use it? Do I just need to include the header files to use it?
Probably, but I've never used that so I've no idea.
It does
Lapack does not come with boost-sandbox, right? Do I have to download lapack and install it separately so that Boost.Numeric.Bindings can use it?
It should be possible to use with any Lapack implementation (Atlas, Intel MKL, AMD ACML, etc...) but you will need to pick one yourself. I've tested Atlas and Intel MKL with success. Roel