# Solutionoflinearalgebraic **Repository Path**: linxin7/Solutionoflinearalgebraic ## Basic Information - **Project Name**: Solutionoflinearalgebraic - **Description**: 线性代数求解法,例如ldlt分解,高斯塞尔德,高斯消去法等 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-27 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: liuguoqing ## README # 主要一些线性方程组的求解 LDLT GAUSS消去法,高斯赛德尔等 ubuntu 16.0 编译 mkdir build cd build cmake .. make -j4 终端运行:./main