搜索资源列表
main
- 用C语言实现矩阵的SVD分解算法实例 很有用-Using C language SVD matrix decomposition algorithm is useful examples
Complex_SVD
- 实数矩阵及复数矩阵的SVD dgesvd:实数矩阵的SVD程序 cgesvd:单精度复数矩阵的SVD程序 zgesvd:双精度复数矩阵的SVD程序-SVD of complex matrix: dgesvd:for real matrix cgesvd:for float complex matrix zgesvd:for double complex matrix