junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
17 stars 2 forks source link

Tools Eigen #303

Open junxnone opened 3 years ago

junxnone commented 3 years ago

Reference

Brief

Modules Description
Core 基础线性运算和数组操作
Geometry 2D3D旋转/平移/缩放/变换
LU 求逆/行列式/LU分解
Cholesky LLT/LDLTCholesky 分解
Householder Householder 变换
SVD SVD 分解
QR QR 分解
Eigenvalues 特征值 特征向量分解
Sparse 稀疏矩阵

UseCase