#include #include typedef double r; // Gram-Schmidt void gs(int m, int n, r a[m][n]){ int j; for(j=0; j