如何获取boost数字绑定

How can I get the boost numeric bindings?

本文关键字:boost 数字 绑定 获取 何获取      更新时间:2023-10-16

我有一个文件需要使用boost数字绑定的库。我怎样才能得到那个绑定库?

下面的链接似乎无法再工作了。压缩文件已损坏。http://mathema.tician.de/dl/software/boost-numeric-bindings/

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

我有一个文件需要使用boost数字绑定的库。我怎样才能得到那个绑定库?

您可以通过
获取当前版本的来源svn co 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

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

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

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