gpt4 book ai didi

c++ - 如何获得 boost 数字绑定(bind)?

转载 作者:行者123 更新时间:2023-11-28 06:24:14 25 4
gpt4 key购买 nike

我有一个文件需要使用 boost numeric bindings 的库。我怎样才能得到那个绑定(bind)库?

下面的链接好像不能用了。压缩文件已损坏。 http://mathema.tician.de/dl/software/boost-numeric-bindings/

我希望我可以在 Window 和 Visual Studio 工具中使用它。

最佳答案

I have a file that needs to use boost numeric bindings's library. How can I get that binding library?

您可以通过
获取当前版本的源svn union http://svn.boost.org/svn/boost/sandbox/numeric_bindings

来自 http://mathema.tician.de/dl/software/boost-numeric-bindings/ 的版本是具有不同界面的旧版本。您可以通过
获取旧版本的源代码svn co http://svn.boost.org/svn/boost/sandbox/numeric_bindings-v1

And I hope I could use it in Window and Visual Studio tool.

除了绑定(bind)之外,您还需要一个 blas/lapack 库。对于 Windows,Intel MKL、AMD 的 ACML、clapack 和 atlas 曾经可以工作,我上次检查过。 (你只需要其中之一,但请注意,atlas 只实现了 blas 和 lapack 的一小部分)。这些库的性能和许可条件大不相同,但它们都实现了相同的接口(interface)(或多或少)。

一般来说,http://lists.boost.org/mailman/listinfo.cgi/ublas 的人如果您尝试使用绑定(bind)(或 ublas)并遇到问题,这似乎很有帮助。但我不确定他们中的任何人是否会在 stackoverflow 上检查遇到问题的潜在用户。

关于c++ - 如何获得 boost 数字绑定(bind)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28802752/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com