Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 C++ Boost uBLAS 库的新手,所以我有一个菜鸟问题 - 如何使用这个库转置矩阵?我在这里找不到问题:
http://www.boost.org/doc/libs/1_44_0/libs/numeric/ublas/doc/html/index.html
C = boost::numeric::ublas::trans(A);
在“矩阵和向量操作概述”下记录(很少)。