#include "machdefs.h" #include #include #include "nbrandom.h" #include "tarrinit.h" #include "tarray.h" #include "tvector.h" #include "timing.h" #include "intflapack.h" int main(int narg, char* arg[]) { SophyaInit(); InitTim(); // Initializing the CPU timer int n = 5; int i,j,k; if (narg > 1) n = atoi(arg[1]); cout << ":::::::: rztest_lapack - Size=" << n << " ::::::::: " << endl; try { TArray a(n,n); for(i=0; i x(n,1), b(n,1); r_4 sum ; for(i=0; i