随笔分类 -  Eigen

Eigen学习
Eigen中的noalias(): 解决矩阵运算的混淆问题
摘要:作者:@houkai本文为作者原创,转载请注明出处:http://www.cnblogs.com/houkai/p/6349990.html 目录 整理下Eigen库的教程,参考:http://eigen.tuxfamily.org/dox/index.html 混淆 在Eigen中,当变量同时出现 阅读全文

posted @ 2017-08-31 09:59 defe_feath 阅读(5619) 评论(1) 推荐(0)

Eigen::Map
摘要:http://cherishlc.iteye.com/blog/2116800 Map类 是 矩阵库Eigen中用来将内存数据 映射为 任意形状的矩阵的类。 阅读全文

posted @ 2017-06-07 11:24 defe_feath 阅读(202) 评论(0) 推荐(0)

Eigen::aligned_allocator
摘要:http://blog.csdn.net/rs_huangzs/article/details/50574141 阅读全文

posted @ 2017-05-30 19:07 defe_feath 阅读(395) 评论(0) 推荐(0)