# Parallel-computing **Repository Path**: LiAsNH3/Parallel-computing ## Basic Information - **Project Name**: Parallel-computing - **Description**: Using MPI to solve linear equations - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本程序为实现并行算法,problem1中为实现稠密矩阵乘以向量运算;problem2中为实现对 泊松方程的五点差分数值求解,对于离散后的线性方程组采用红黑迭代方法并行计算。