120 "usage: lapacktest [-n n]" "\n" 121 " or: lapacktest --help|-h" "\n" 129 "-n N test system of size NxN" "\n" 133 using namespace tfxx::cmdline;
134 static Declare options[]=
148 cerr << usage_text << endl;
153 Commandline cmdline(iargc, argv, options);
156 if (cmdline.optset(0))
158 cerr << usage_text << endl;
159 cerr << help_text << endl;
189 opt.
nsize=cmdline.int_arg(2);
197 cout <<
"Define system of size " << opt.
nsize <<
"x" << opt.
nsize << endl;
204 tfxx::numeric::RNGgaussian rng;
208 aff::Iterator<Tmatrix> I(M);
218 aff::Iterator<Tmatrix> I(R);
231 Tmatrix M(3,3), V(3,1), W(3,2);
#define LAPACKTEST_VERSION
void test(const Tmatrix::Tcoc &M, const Tmatrix::Tcoc V)