4

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?

2 Answers 2

5

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.

Sign up to request clarification or add additional context in comments.

1 Comment

I would recommend using Armadillo, since it provides a wrapper for BLAS and LAPACK with a quite user-friendly syntax.
3

If you're like me and have stopped using VS2010 and instead recently upgraded to Visual Studio 2013: here's a link to the BLAS and LAPACK dlls built for this platform. Currently only available for 64 bit though. https://bitbucket.org/aperezrathke/vs-lapack

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.