摘要: Eigendecomposition的概念可见https://en.wikipedia.org/wiki/Eigendecomposition_of_a_matrix 这里贴一段厄米矩阵的代码,见https://eigen.tuxfamily.org/dox/group__TutorialLinea 阅读全文
posted @ 2018-06-15 09:42 chenrf 阅读(1430) 评论(0) 推荐(0) 编辑
摘要: Don't do that! Don't do that! Don't do that! 阅读全文
posted @ 2018-06-15 09:25 chenrf 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 参考https://blog.csdn.net/csfreebird/article/details/51729046 使用的hs-minor-mode。在打开C和C++文件时候激活hs-minor-mode: 为了方便操作,我把hs-hide-block和hs-show-block绑定在了C-c 阅读全文
posted @ 2018-06-14 21:35 chenrf 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 主要参照以下两篇文章 https://www.cppfans.org/1719.html https://blog.csdn.net/cybertan/article/details/8101883 在后面加上 > /dev/null之后,只有错误信息会输出到屏幕上,用于检查解压缩的过程中是否有错误 阅读全文
posted @ 2018-06-14 16:16 chenrf 阅读(4841) 评论(0) 推荐(0) 编辑