# SVD **Repository Path**: languoqing/SVD ## Basic Information - **Project Name**: SVD - **Description**: 奇异值分解 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-07-01 - **Last Updated**: 2022-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SVD 传统的SVD算法的实现,主要采用householder二对角化,隐式QR迭代计算 ubuntu 16.0 编译 mkdir build cd build cmake .. make -j4 终端运行:./main