Lines Matching refs:endl
42 cout << " Only compute Singular Values" <<endl; in bench_svd()
61 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; in bench_svd()
64 …< "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl; in bench_svd()
66 …< "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl; 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()
92 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; in bench_svd()
95 …< "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl; in bench_svd()
97 …< "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl; 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()