Re: SVD decomposition and Moore penrose pseudo inverse
"Thomas Klimpel" <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <trinity-a3e58d46-c4df-430c-9027-8b636527e95a-1400859763792@3capp-gmx-bs61> |
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