HomeSort by relevance Sort by last modified time
    Searched refs:statFileExists (Results 1 - 2 of 2) sorted by null

  /external/eigen/bench/spbench/
spbenchsolver.cpp 47 bool statFileExists = get_options(argc, args, "-o", &statFile);
48 if(statFileExists)
52 statFileExists = true;
71 Browse_Matrices<double>(matrix_dir, statFileExists, statFile,maxiters, tol);
74 Browse_Matrices<std::complex<double> >(matrix_dir, statFileExists, statFile, maxiters, tol);
76 if(statFileExists)
spbenchsolver.h 490 void Browse_Matrices(const string folder, bool statFileExists, std::string& statFile, int maxiters, double tol)
498 if(statFileExists)
532 if(statFileExists)

Completed in 55 milliseconds