
24 Oct
2008
24 Oct
'08
2:42 p.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
Do you mean I need to build Boost.Numeric.Bindings or not to build it?
You don't need to build anything, just include the right files
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.
This means that all the LAPACK implementation adhere to the same interface, right?
Nod - Roel