Boost logo

Ublas :

Subject: Re: [ublas] SVD decomposition and Moore penrose pseudo inverse
From: Thomas Klimpel (thomas.klimpel_at_[hidden])
Date: 2014-05-23 11:42:43


Dera_Augustin wrote:
> Link against Lapack? How? soory but i'm new and i've been searching on the web but can't get through...

You seem to be on windows, so I would suggest you take "clapack-3.2.1-CMAKE.tgz" from "http://www.netlib.org/clapack/", download a recent version of CMake from "http://www.cmake.org/cmake/resources/software.html", find the correct directory with a CMakeLists.txt file, and use CMake to create a Visual Studio Solution. Then build that solution and copy the blas and lapack libraries to a convenient place. Then you add them as "Additional Dependencies" under "Linker" to your project.

There are other options like using Intel-MKL or AMD-AMCL libraries, but as you claim to be a newbee...

Regards,
Thomas