issues with the latest boost numeric bindings
To boost users: Greetings! I do not know if this the correct format but here are the issues that I am running into: /boost/numeric/bindings/lapack/detail/ The file clapack.h includes itself causing an error /boost/numeric/bindings/blas/detail/ The file cblas.h includes itself causing an error I changed them to lapack.h and blas.h respectively but I got several errors. I checked out the latest version of numeric bindings from boost.svn this morning. I am using Microsoft Visual Studio 2008 without a Fortran compiler (I need to use clapack) The issues here are that the l lapack routines come with 2 underscores, i.e. _sgesvd_ instead of sgesvd_ I declared BOOST_NUMERIC_BINDINGS_USE_CLAPACK in my driver. Thank you very much in advance for your assistance. Simon N. Mpasi
On 2011-01-11 18:33, Simon Mpasi wrote:
Thank you very much in advance for your assistance.
Simon N. Mpasi
Hello Simon, I've replied off-list, but the best place to ask about the Numeric Bindings libary would be the ublas mailing list. Most developers of the Numeric Bindings are active on that list. Cheers, Rutger
participants (2)
-
Rutger ter Borg
-
Simon Mpasi