如何使用uBLAS转置矩阵?
我是 C++ Boost uBLAS 库的新手,所以我有一个菜鸟问题 - 如何使用这个库转置矩阵?我在这里找不到问题:
http: //www.boost.org/doc/libs/1_44_0/libs/numeric/ublas/doc/html/index.html
I am a newbie in C++ Boost uBLAS library so I have a noob question - how to transpose a matrix using this library? I could not find question here:
http://www.boost.org/doc/libs/1_44_0/libs/numeric/ublas/doc/html/index.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
记录在矩阵和概述下(较差)向量运算。
Documented (poorly) under Overview of Matrix and Vector Operations.