摘要: #include <iostream>#include <math.h>using namespace std;int main(){ double a[] = { 4, 2, -2, 2, 2, -3, -2, -3, 14 }; double *L = NULL; double *U = NULL; double tmp=0; int n; //矩阵内总数据个数 int s; //矩阵的阶数 ... 阅读全文
posted @ 2011-12-02 10:50 Dsp Tian 阅读(4354) 评论(0) 推荐(0) 编辑