c++ - 安装 Boost 数字绑定(bind)

标签 c++ boost numeric

这里是最新版本的 Boost 数字绑定(bind): http://svn.boost.org/svn/boost/sandbox/numeric_bindings/

这些只是头文件吗?所以我不需要编译和“安装”它,只需从我的程序中包含即可?

另外,我在哪里可以找到如何使用这些的示例或教程?

最佳答案

Is the latest version of Boost numeric bindings in here: http://svn.boost.org/svn/boost/sandbox/numeric_bindings/ ?

我希望如此,至少这是boost从svn切换到git之前的最新版本。 David Bellot 应该知道,可以通过 http://lists.boost.org/mailman/listinfo.cgi/ublas 联系他。 .

Are these only header files? So I don't need to compile and "install" it as such, just include from my programmes?

是和否。绑定(bind)只是头文件,但您仍然需要将程序链接到 lapack(或 blas、atlas、umfpack、mumps)。

Also, where can I find examples or tutorial of how these should be used?

一些文档可以在 http://svn.boost.org/svn/boost/sandbox/numeric_bindings/libs/numeric/bindings/doc/html/index.html 找到

一些示例可以在 http://svn.boost.org/svn/boost/sandbox/numeric_bindings/libs/numeric/bindings/lapack/test/ 找到

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

关于c++ - 安装 Boost 数字绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14425474/

相关文章:

c++ - boost::serialization - 序列化从通用属性/功能容器派生的类

c++ - 在C++03中定义override是否合法

c++ - boost asio 需要在 m 个工作完成后才发布 n 个工作

c++ - boost::asio 充满了警告

java - 'null' 应该被视为数字吗? ...字母数字?

python - 在Python或Matlab中数值求解超越方程

c++ - 我正在尝试学习如何正确分离类头和代码

c++ - QDomDocument : setContent() return false

c++ - boost regex_search - 匹配一个字符的第一次出现

matlab - 在 MATLAB 中查找点和曲线之间的最小距离