I want to use Blas and Lapack libraries to use some rutines, however I do not know how to use them in Visual C++ 2010.
How to use them in this context?
|
I want to use How to use them in this context?
| |||
|
feedback
|
|
Though I haven't used it, it appears that LAPACK has a C++ dll interface. See this site - scroll down to the section titled "Part 2: Using LAPACK subroutines in a Visual (Studio) C/C++ Project". There are pre-built Windows binaries available. If I understand correctly, a reference version of the BLAS is included in LAPACK. | |||
|
feedback
|