搜索资源列表
Jacobi
- 解线性代数方程组的Jacobi迭代法的C++实现-Solution of linear algebraic equations of the Jacobi iterative method for C++
Seidel
- 解线性代数方程组的Seidel迭代法的C++实现-Solution of linear algebraic equations of the Seidel iteration method for C++
SOR
- 解线性代数方程组的松弛(SOR)迭代法的C++实现-Solution of linear algebraic equations of the relaxation (SOR) iterative method of C++
jacobi_test
- 串行算法—使用雅克比迭代解线性方程组,c++ -Serial algorithm- using the Jacobi iterative solution of linear equations, c++