全选主元高斯消去算法

/*     全选主元高斯消去算法,求解线性方程组 A * x = b     By Kingwei  2005.2.27 */ #include <stdio.h> #include <math.h> #define EPS        1e-11 #define MAX_DIM        20 int GaussLEquation(double x[], int dim, double
相关文章
相关标签/搜索