Searched refs:solver_id (Results 1 – 1 of 1) sorted by relevance
/external/eigen/bench/spbench/ |
D | spbenchsolver.h | 214 void call_solver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, const M… in call_solver() argument 273 best_time_id = solver_id; in call_solver() 279 void call_directsolver(Solver& solver, const int solver_id, const typename Solver::MatrixType& A, c… in call_directsolver() argument 282 statbuf << " <SOLVER_STAT ID='" << solver_id <<"'>\n"; in call_directsolver() 283 call_solver(solver, solver_id, A, b, refX,statbuf); in call_directsolver() 289 void call_itersolver(Solver &solver, const int solver_id, const typename Solver::MatrixType& A, con… in call_itersolver() argument 295 statbuf << " <SOLVER_STAT ID='" << solver_id <<"'>\n"; in call_itersolver() 296 call_solver(solver, solver_id, A, b, refX,statbuf); in call_itersolver()
|