#include #include #include #ifndef SIZE #define SIZE (16) #endif double matA[SIZE][SIZE], matE[SIZE][SIZE], vecX[SIZE]; void dump ( int n ) { int j, k; for ( k=0; k SIZE ) { printf("N should be less than or equal to %d.\n", SIZE); return 1; } for ( i=0; i