// test_simeq_hilbert.c very difficult as size increases Hilbert matrices #include #include // #include "simeq2.h" #include "simeq2p.h" static int sz = 100; int main(int argc, char *argv[]) { double *A; // [sz*sz]; double *AA; // [sz*sz]; // saved double Y[sz]; double YY[sz]; // saved double X[sz]; double err; int i, j; int n; printf("test_simeq_hilbert.c \n"); printf("err is the maximum error multiplying the solution, X, times matrix A*X=Y \n"); for(n=3; n