diff --git a/doc/src/eigen.md b/doc/src/eigen.md index f96d580fa..d2dd3282b 100644 --- a/doc/src/eigen.md +++ b/doc/src/eigen.md @@ -2029,8 +2029,6 @@ Matrix类模板中可以设定存储的方向,RowMajor表示行优先,ColMaj 本来想春节前任务比较少,翻译完所有的Eigen系列的。但是我的目的是为了使用google的非线性优化库[ceres](http://ceres-solver.org/installation.html#getting-the-source-code),介绍了这些基本知识也够用了,如果遇到不清楚的函数可以直接到Eigen的官网查询。 - - ## Reference * https://www.cnblogs.com/houkai/p/6347408.html @@ -2043,4 +2041,6 @@ Matrix类模板中可以设定存储的方向,RowMajor表示行优先,ColMaj * https://www.cnblogs.com/houkai/p/6349981.html * https://www.cnblogs.com/houkai/p/6349988.html * https://www.cnblogs.com/houkai/p/6349990.html -* https://www.cnblogs.com/houkai/p/6349991.html \ No newline at end of file +* https://www.cnblogs.com/houkai/p/6349991.html +* [**Eigen Cheat sheet**](https://gist.github.com/gocarlos/c91237b02c120c6319612e42fa196d77#file-eigen-cheat-sheet) + diff --git a/doc/src/linear_algebra.md b/doc/src/linear_algebra.md new file mode 100644 index 000000000..634d20105 --- /dev/null +++ b/doc/src/linear_algebra.md @@ -0,0 +1,14 @@ +# 线性代数 + +* https://www.3blue1brown.com/ + +* https://www.zhihu.com/column/c_1068883024023834624 + +### 矩阵分解 + +* [LU分解](https://zhuanlan.zhihu.com/p/54943042) +* [QR分解](https://zhuanlan.zhihu.com/p/54957185) +* SVD分解 +* PCA分解 +* NMF分解 +