Lines Matching full:cout
5 cout<< " \nbenchsolver : performs a benchmark of all the solvers available in Eigen \n\n";
6 cout<< " MATRIX FOLDER : \n";
7 cout<< " The matrices for the benchmark should be collected in a folder specified with an environment variable EIGEN_MATRIXDIR \n";
8 cout<< " This folder should contain the subfolders real/ and complex/ : \n";
9 cout<< " The matrices are stored using the matrix market coordinate format \n";
10 cout<< " The matrix and associated right-hand side (rhs) files are named respectively \n";
11 cout<< " as MatrixName.mtx and MatrixName_b.mtx. If the rhs does not exist, a random one is generated. \n";
12 cout<< " If a matrix is SPD, the matrix should be named as MatrixName_SPD.mtx \n";
13 cout<< " If a true solution exists, it should be named as MatrixName_x.mtx; \n" ;
14 cout<< " it will be used to compute the norm of the error relative to the computed solutions\n\n";
15 cout<< " OPTIONS : \n";
16 cout<< " -h or --help \n print this help and return\n\n";
17 cout<< " -d matrixdir \n Use matrixdir as the matrix folder instead of the one specified in the environment variable EIGEN_MATRIXDIR\n\n";
18 cout<< " -o outputfile.html \n Output the statistics to a html file \n\n";
19 cout<< " --eps <RelErr> Sets the relative tolerance for iterative solvers (default 1e-08) \n\n";
20 cout<< " --maxits <MaxIts> Sets the maximum number of iterations (default 1000) \n\n";
83 cout << "\n Output written in " << statFile << " ...\n";