Home | History | Annotate | Download | only in spbench

Lines Matching refs:cout

205     cout << " SOLVER FAILED ... Probably a numerical issue \n";
209 cout << "REL. ERROR " << stat[solver_id].rel_error;
211 cout << " (" << stat[solver_id].iterations << ") \n";
228 cout<< "COMPUTE TIME : " << stat[solver_id].compute_time<< " \n";
229 cout<< "SOLVE TIME : " << stat[solver_id].solve_time<< " \n";
230 cout<< "TOTAL TIME : " << stat[solver_id].total_time<< " \n";
231 cout << "REL. ERROR : " << stat[solver_id].rel_error ;
233 cout << " (" << stat[solver_id].iterations << ") ";
235 cout << std::endl;
296 cout << "Solving with UMFPACK LU ... \n";
305 cout << "\nSolving with SUPERLU ... \n";
315 cout << "\nSolving with PASTIX LU ... \n";
325 cout << "\nSolving with PARDISO LU ... \n";
336 cout << "\nSolving with BiCGSTAB ... \n";
344 cout << "\nSolving with BiCGSTAB and ILUT ... \n";
354 // cout << "\nSolving with GMRES ... \n";
362 cout << "\nSolving with GMRES and ILUT ... \n";
374 cout << "\nSolving with Simplicial LDLT ... \n";
383 cout << "\nSolving with CHOLMOD LDLT ... \n";
394 cout << "\nSolving with PASTIX LDLT ... \n";
404 cout << "\nSolving with PARDISO LDLT ... \n";
418 cout << "\nSolving with SIMPLICIAL LLT ... \n";
428 cout << "\nSolving with CHOLMOD LLT (Supernodal)... \n";
434 cout << "\nSolving with CHOLMOD LLT (Simplicial) ... \n";
444 cout << "\nSolving with PASTIX LLT ... \n";
454 cout << "\nSolving with PARDISO LLT ... \n";
463 cout << "\nSolving with CG ... \n";
471 // cout << "\nSolving with CG and IdentityPreconditioner ... \n";
503 cout<< "\n\n===================================================== \n";
504 cout<< " ====== SOLVING WITH MATRIX " << it.matname() << " ====\n";
505 cout<< " =================================================== \n\n";