MKL
versuna
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MKL相关网站
Linking LAPACK and BLAS libraries with Fortran and C/C++ code http://www.math.utah.edu/software/lapack.html Intel® Math Kernel Library Reference Manual http://software.intel.com/sites/product转载 2012-11-01 12:45:17 · 557 阅读 · 0 评论 -
dgesvd函数
用到svd分解,老师用的是 svdcmp(float **a, int m, int n, float w[], float **v) 函数。这函数的解释是Given a matrix a[1..m][1..n], this routine computes its singular value decomposition, A = U.W.VT. The matrix U replaces原创 2012-12-01 14:20:40 · 3514 阅读 · 0 评论
分享