Lines Matching refs:cout
42 cout << " Only compute Singular Values" <<endl; in bench_svd()
60 …cout << "Sample " << k << " : " << REPEAT << " computations : Jacobi : " << fixed << timerJacobi.… in bench_svd()
61 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; in bench_svd()
64 …cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd()
66 …cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd()
69 cout << " =================" <<endl; in bench_svd()
70 std::cout<< std::endl; in bench_svd()
73 cout << " Computes rotaion matrix" <<endl; in bench_svd()
91 …cout << "Sample " << k << " : " << REPEAT << " computations : Jacobi : " << fixed << timerJacobi.… in bench_svd()
92 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; in bench_svd()
95 …cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd()
97 …cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd()
100 std::cout<< std::endl; in bench_svd()
107 std::cout<< std::endl; in main()
109 std::cout<<"On a (Dynamic, Dynamic) (6, 6) Matrix" <<std::endl; in main()
112 std::cout<<"On a (Dynamic, Dynamic) (32, 32) Matrix" <<std::endl; in main()
118 std::cout<<"On a (Dynamic, Dynamic) (160, 160) Matrix" <<std::endl; in main()
121 std::cout<< "--------------------------------------------------------------------"<< std::endl; in main()