29                   std::vector<double> & tab_mflops, 
bool quiet = 
false)
 
   32   std::ifstream input_file (
filename.c_str(),std::ios::in);
 
   45   while (input_file >> 
size >> mflops ){
 
   47     tab_sizes.push_back(
size);
 
   48     tab_mflops.push_back(mflops);
 
   63 template<
class Vector_A, 
class Vector_B>
 
   70     outfile << 
X[
i] << 
" " << 
Y[
i] << endl;