Lines Matching full:endl
42 cout << " Only compute Singular Values" <<endl;
61 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl;
64 cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl;
66 cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl;
69 cout << " =================" <<endl;
70 std::cout<< std::endl;
73 cout << " Computes rotaion matrix" <<endl;
92 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl;
95 cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl;
97 cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl;
100 std::cout<< std::endl;
107 std::cout<< std::endl;
109 std::cout<<"On a (Dynamic, Dynamic) (6, 6) Matrix" <<std::endl;
112 std::cout<<"On a (Dynamic, Dynamic) (32, 32) Matrix" <<std::endl;
115 //std::cout<<"On a (Dynamic, Dynamic) (128, 128) Matrix" <<std::endl;
118 std::cout<<"On a (Dynamic, Dynamic) (160, 160) Matrix" <<std::endl;
121 std::cout<< "--------------------------------------------------------------------"<< std::endl;