搜索资源列表
Incremental-SVD-updates
- 增量奇异值分解算法,来至MIT大学的wingate教授,含3个源码.-Given the thin SVD of a matrix (X=USV ), update it in a number of interesting ways, while preserving the rank of the result. svd_update.m- update the SVD to be [X+ A *B]=Up*Sp*Vp (a general matrix update). add
IE_kalman
- kalman 滤波器实现,IE算法思想,有源码,有PPT,有文章-realize kalmman filter ,IE program