Visual C++ 2010 和 Lapack、Blas 库
我想使用 Blas
和 Lapack
库来使用一些 rutine,但是我不知道如何在 Visual C++ 2010
中使用它们。
在这种情况下如何使用它们?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想使用 Blas
和 Lapack
库来使用一些 rutine,但是我不知道如何在 Visual C++ 2010
中使用它们。
在这种情况下如何使用它们?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
虽然我没有使用过它,但似乎 LAPACK 有一个 C++ dll 接口。请参阅此站点 - 向下滚动到标题为“第 2 部分:使用 LAPACK 子例程”的部分在 Visual (Studio) C/C++ 项目中”。
有预构建的 Windows 二进制文件可用。
如果我理解正确的话,LAPACK 中包含 BLAS 的参考版本。
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.
如果您像我一样已经停止使用 VS2010 并最近升级到 Visual Studio 2013:这里有一个指向为此平台构建的 BLAS 和 LAPACK dll 的链接。目前仅适用于 64 位。 https://bitbucket.org/aperezrathke/vs-lapack
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