Searched refs:matrix_dir (Results 1 – 1 of 1) sorted by relevance
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 32 string matrix_dir; in main() local 33 if (!get_options(argc, args, "-d", &matrix_dir)) in main() 40 matrix_dir = getenv("EIGEN_MATRIXDIR"); in main() 71 Browse_Matrices<double>(matrix_dir, statFileExists, statFile,maxiters, tol); in main() 74 Browse_Matrices<std::complex<double> >(matrix_dir, statFileExists, statFile, maxiters, tol); in main()
|