add algebra

pull/646/head
Hui Zhang 3 years ago
parent 230c7ac2ae
commit dc4b7e4c10

@ -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
* https://www.cnblogs.com/houkai/p/6349991.html
* [**Eigen Cheat sheet**](https://gist.github.com/gocarlos/c91237b02c120c6319612e42fa196d77#file-eigen-cheat-sheet)

@ -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分解
Loading…
Cancel
Save