摘要:
cmake似乎是很强大,不过还不会用-,-准备抽空看看。。不过即使不会用,还是可以编译的,很简单。boost#include <boost/numeric/ublas/matrix.hpp>#include <boost/numeric/ublas/io.hpp>int main () { using namespace boost::numeric::ublas; matrix<double> m (3, 3); for (unsigned i = 0; i < m.size1 (); ++ i) for (unsigned j = 0; j < 阅读全文
posted @ 2012-08-07 14:08 1957 阅读(1641) 评论(0) 推荐(0) 编辑